.gitignore additions for a sane git-gui summary

This commit is contained in:
Andrés G. Aragoneses 2013-10-31 10:48:08 +01:00 committed by Stephan Sundermann
parent d4361dd9c2
commit eb4e9c3a53

29
.gitignore vendored
View 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/