Extend .gitignore to make VSCode happy

This commit is contained in:
Scott Lahteine 2018-02-24 15:48:34 -06:00
parent 689bc99402
commit a01473d7a5

1
.gitignore vendored
View File

@ -160,6 +160,7 @@ vc-fileutils.settings
.vscode .vscode
.vscode/c_cpp_properties.json .vscode/c_cpp_properties.json
.vscode/launch.json .vscode/launch.json
.vscode/*.db
#cmake #cmake
CMakeLists.txt CMakeLists.txt