Add .gitignore
authorJaap A. Haitsma <jaap@haitsma.org>
Fri, 26 Jun 2009 20:21:44 +0000 (22:21 +0200)
committerJaap A. Haitsma <jaap@haitsma.org>
Fri, 26 Jun 2009 20:21:44 +0000 (22:21 +0200)
Fixes bug #583729

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e0509c1
--- /dev/null
@@ -0,0 +1,32 @@
+Makefile.in
+Makefile
+*.o
+*.lo
+*.la
+*.c
+*.h
+*.stamp
+*.gir
+.deps
+.libs
+config.*
+aclocal.m4
+autom4te.cache
+ChangeLog
+configure
+depcomp
+libtool
+install-sh
+m4
+missing
+ltmain.sh
+ylwrap
+compile
+stamp-h1
+*.pc
+gee/gee-1.0.vapi
+tests/testarraylist
+tests/testhashmap
+tests/testhashset
+
+