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

3
.gitignore vendored
View file

@ -7,4 +7,5 @@
/doxygen
# Other files
*.exe
*.exe
*.o