Add .gitignore file to ignore compiler output

This commit is contained in:
Andrew Waterman 2014-11-28 20:38:38 -08:00
parent 8f59d92535
commit dc025a046d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build/*/*.o
build/*/*.a