Create .gitignore

Ignore:
- .vscode
- build
This commit is contained in:
Nemanja Trifunovic 2018-10-13 20:48:56 -04:00
parent 60c490b89f
commit 0a23881341
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# VS Code:
.vscode/
# Often used by CMake
build/