Add build dir to gitignore

This commit is contained in:
yair 2020-04-15 10:23:33 +03:00 committed by joshdoe
parent 5cf3cb23eb
commit 5a3d31e0f2

2
.gitignore vendored
View File

@ -3,6 +3,8 @@
*.swp
#ignore thumbnails created by windows
Thumbs.db
#ignore build folder
Build
#Ignore files build by Visual Studio
*.obj
*.exe