Browse Source

Create .gitignore

Ignore:
- .vscode
- build
master
Nemanja Trifunovic 6 years ago
parent
commit
0a23881341
  1. 4
      .gitignore

4
.gitignore

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