Added a basic .gitignore to the project and a Builds directory.

This commit is contained in:
Shadow8t4 2016-10-11 03:33:47 -05:00
parent 17df2e7a08
commit 623fd17bf9

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# ignoring some basic binary files
*.o
*.out
# ignoring the Builds directory to avoid different build binaries from bieng synced
Builds/*