[Xfce4-commits] [apps/xfce4-screenshooter] 01/05: Add `.gitignore` file to ignore generated build system files

noreply at xfce.org noreply at xfce.org
Mon May 5 17:15:23 CEST 2014


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

jeromeg pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 1369e29e93b33323640b9974a345534a3947f5c5
Author: Matthew Brush <matt at xfce.org>
Date:   Tue Apr 29 17:52:35 2014 -0700

    Add `.gitignore` file to ignore generated build system files
---
 .gitignore |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bb7481a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+# Autotools files generated into srcdir
+/INSTALL
+Makefile.in
+/aclocal.m4
+/autom4te.cache/
+/compile
+/config.*
+/configure
+/depcomp
+/install-sh
+/intltool-*.in
+/ltmain.sh
+/missing
+/po/Makefile.in.in
+/configure.ac
+
+# Autotools files generated into builddir (for in-tree builds)
+Makefile
+.deps/
+/lib/.dirstamp
+.libs/
+*.lo
+*.la
+/lib/screenshooter-marshal.[ch]
+/lib/stamp-screenshooter-marshal.h
+/libtool
+/panel-plugin/.dirstamp
+*.la
+*.lo
+/panel-plugin/screenshooter.desktop
+/po/.intltool-merge-cache
+/po/POTFILES
+/po/*.gmo
+/po/stamp-it
+/src/.dirstamp
+*.o
+/src/xfce4-screenshooter
+/src/xfce4-screenshooter.desktop*
+/stamp-h1

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


More information about the Xfce4-commits mailing list