[gnome-scan] Added .gitignore file



commit b3b8d949e7ee69557c4c58b618ebb83766f1408d
Author: Ã?tienne Bersac <bersace gnome org>
Date:   Fri May 8 14:49:57 2009 +0200

    Added .gitignore file
---
 .gitignore |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..810b2b7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,46 @@
+# git-ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+*.[oa]
+*.l[oa]
+*~
+.*
+*.gmo
+
+# autotools generated files
+libtool
+compile
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+ltmain.sh
+missing
+mkinstalldirs
+Makefile
+Makefile.in
+*.cache
+intltool-*.in
+*.make
+aclocal.m4
+# don't version it to get always latest in tarball
+INSTALL
+
+# generated files
+POTFILES
+*stamp*
+*.pc
+*.desktop
+*.gir
+*.vapi
+config.h*
+lib/*.[hc]
+src/*.[hc]
+doc/ref/version.xml
+
+# targets
+flegita*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]