Ignore executable files

I commited executables in previous commit (removed using git push
--force - sorry, I wouldn't want to waste space in git repository), so I
think *.exe files should be forbidden to avoid any problems (there is no
reason to ever commit them)
This commit is contained in:
Konrad Borowski 2013-08-12 09:58:45 +03:00
parent 64921fe08a
commit e5e7da1482

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.o
*~
*.exe
Makefile
autom4te.cache/