Skip to content
Prev Previous commit
Next Next commit
Add build/ and .vscode to .gitignore
  • Loading branch information
eanorige committed Mar 26, 2022
commit 0e7ed0617c5839fea37fcd1745a7254d5c89859b
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ docopt-config-version.cmake

# Files configured by CMake
run_tests

# cmake build directory
build/

# VS Code directory
.vscode/