added gitignore to suppress .o and .a files

This commit is contained in:
Steffen Jaeckel 2009-10-01 11:55:13 +02:00
parent 2f1fc7c50d
commit fcd5faf947

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# suppress compiler/linker output
*.[oa]