summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 604f251)
raw | patch | inline | side by side (parent: 604f251)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 7 Dec 2007 20:53:50 +0000 (21:53 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 7 Dec 2007 20:53:50 +0000 (21:53 +0100) |
This file currently includes all files produced when building "foobar".
.gitignore | [new file with mode: 0644] | patch | blob |
diff --git a/.gitignore b/.gitignore
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# build system stuff
+.deps
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+compile
+config.*
+configure
+depcomp
+install-sh
+missing
+stamp-h1
+
+# build output
+.libs
+*.o
+foobar
+