Add .gitignore

Tell git not to consider certain files, such as object files.
pull/1/head
Thomas Adam 2012-09-04 09:19:42 +01:00 committed by Thomas Adam
parent 3ad812cbd5
commit 1f29f6ac4d
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*.o
*~
.deps/
aclocal.m4
autom4te.cache/
config.log
config.status
etc/
tmux