.gitignore additions for a sane git-gui summary
authorAndrés G. Aragoneses <knocte@gmail.com>
Thu, 31 Oct 2013 09:48:08 +0000 (10:48 +0100)
committerStephan Sundermann <stephansundermann@gmail.com>
Sat, 21 Dec 2013 15:52:27 +0000 (16:52 +0100)
.gitignore

index bdc3535..b25a998 100644 (file)
@@ -1,3 +1,32 @@
+# AutoTools stuff (or should I call it autohell?)
+INSTALL
+autom4te.cache
+Makefile.in
+Makefile
+aclocal.m4
+config.guess
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+stamp-h
+
+# glue binaries/objects (FIXME: kill the glue, kthxbye)
+sources/glue/.deps/
+sources/glue/*.o
+sources/glue/*.lo
+sources/glue/.libs/
+
+# generated by the generator (we don't want anyone to commit these to the repo)
+sources/generated/*.cs
+
+# our "bin" folder when using makefile build
+out/*
+
 # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
 [Bb]in/
 [Oo]bj/