[Xfce4-commits] [apps/xfce4-terminal] 01/01: Add gitignore

noreply at xfce.org noreply at xfce.org
Mon Jun 6 20:36:26 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 659e52430bbb0f22a64a02b7088b773317074576
Author: Igor <f2404 at yandex.ru>
Date:   Mon Jun 6 20:36:18 2016 +0200

    Add gitignore
---
 .gitignore | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b5964b0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,66 @@
+# Ignore Autotools Output #
+###########################
+autom4te.cache/
+.autotools
+aclocal.m4
+config.guess
+config.h
+config.h.in
+config.h.in~
+config.log
+config.status
+config.sub
+configure
+depcomp
+gtk-doc.make
+libtool
+ltmain.sh
+Makefile
+Makefile.in
+omf.make
+stamp-h1
+xmldocs.make
+
+# Build Output #
+################
+*.o
+*.Po
+*.Plo
+*.la
+*.lo
+*.gmo
+*.pc
+
+# Libtoolize output #
+.libs/
+.deps/
+
+# Specifically generated files #
+colorschemes/
+compile
+configure.ac
+INSTALL
+install-sh
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
+missing
+po/.intltool-merge-cache
+po/Makefile.in.in
+po/POTFILES
+po/stamp-it
+terminal/stamp-terminal-enum-types.h
+terminal/stamp-terminal-marshal.h
+terminal/terminal-config.h
+terminal/terminal-enum-types.c
+terminal/terminal-enum-types.h
+terminal/terminal-marshal.c
+terminal/terminal-marshal.h
+terminal/terminal-preferences.ui
+terminal/terminal-window-ui.h
+terminal/xfce4-terminal
+xfce4-terminal-default-apps.xml
+xfce4-terminal.desktop
+
+# Catchall stuff #
+*~

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list