[yelp/yelp-3-0] add initial .gitignore file



commit d829d0327bdf23b0c3f9013aa80e73269bfc5247
Author: Saleem Abdulrasool <compnerd compnerd org>
Date:   Mon Feb 22 18:39:44 2010 -0800

    add initial .gitignore file

 .gitignore |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f79849d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+# git-ls-files --others --execute-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# execlude pattenrs (uncomment them if you want to use them):
+
+.*.sw[op]
+*~
+*.[oa]
+*.desktop
+*.la
+*.lo
+.deps
+.dirstamp
+.libs
+
+/aclocal.m4
+/autom4te.cache/
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/intltool-extract.in
+/intltool-merge.in
+/intltool-update.in
+/libtool
+/ltmain.sh
+/missing
+/stamp-h1
+
+/tests/test-view
+
+Makefile.in
+Makefile
+



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