add .gitignore file - ignore tmp, object and executable files

This commit is contained in:
Ivan Kanakarakis 2012-07-17 14:55:53 +03:00
parent c7cc3281a8
commit c516373225
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
config.h
bar
*.o
*.swp
*~