Revert "oops, forgot something!"
[plastic-engine.git] / .gitignore
blobcb129988f530f87a0e337d7dd0295e4b341733ab
1 # Ignore editor backups
2 *~
4 # Ignore any compiled objects/archives
5 *.[oa]
7 # A bunch of generated files
8 Makefile
9 Makefile.in
10 aclocal.m4
11 autom4te.cache
12 config.hpp
13 configure
14 stamp-h1
16 # configure generates a bunch of files
17 config.*
18 # This isn't one of them
19 !config.hpp.in