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:
Thomas Wilshaw
2020-05-07 13:28:21 +01:00
parent b9622ff916
commit 49b8e2bfab
+2
View File
@@ -9,6 +9,8 @@ build/
.DS_Store
.vscode
.vs
CmakeSettings.json
#
# Qt ignores taken from https://github.com/github/gitignore