[PATCH 1/4] Add .gitignore to exclude generated files from tracking

Dan Nicholson dbn.lists at gmail.com
Fri Feb 26 16:15:27 PST 2010


This was basically generated with "git ls-files -o --directory".
---
 .gitignore |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cda73eb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*.o
+*.lo
+*.la
+*.a
+*.so
+.deps/
+.libs/
+COPYING
+INSTALL
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+check/config.sh
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+glib-1.2.10/
+install-sh
+libtool
+ltmain.sh
+missing
+pkg-config
+stamp-h1
-- 
1.6.6.1



More information about the pkg-config mailing list