Create .gitignore

Ignore:
- .vscode
- build
This commit is contained in:
Nemanja Trifunovic 2018-10-13 20:48:56 -04:00
parent 60c490b89f
commit 0a23881341

4
.gitignore vendored Normal file
View file

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