Add build/ to gitignore

This commit is contained in:
a1batross 2016-08-08 13:28:43 +06:00
parent 6012e0e51d
commit 9124c049cd
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@
*/*/*.o */*/*.o
*.a *.a
*.framework *.framework
*.exe *.exe
build/