gitignore: Add object files to the list of ignored files

Running the Makefile outside bin or build leads to creation of
these files in a place that does not get ignored.
This commit is contained in:
Jan Ekström 2014-01-31 14:33:25 +02:00
parent f1ff6a8274
commit f9a3d40b48

1
.gitignore vendored
View file

@ -8,3 +8,4 @@
# Other files
*.exe
*.o