gitignore updates for Visual Studio with CMake
Using Visual Studio and it's built in CMake generates a folder called .vs and a JSON file of CMamke settings called CMakeSettings.json. These have both been added to the .gitignore file.
This commit is contained in:
@@ -9,6 +9,8 @@ build/
|
||||
.DS_Store
|
||||
|
||||
.vscode
|
||||
.vs
|
||||
CmakeSettings.json
|
||||
|
||||
#
|
||||
# Qt ignores taken from https://github.com/github/gitignore
|
||||
|
||||
Reference in New Issue
Block a user