Fix .gitignore entries for VS with CMake

(cherry picked from commit 7dd14a4b20)
This commit is contained in:
Camilla Löwy 2019-12-05 17:33:11 +01:00
parent e135210cb3
commit b05d887968
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -8,7 +8,8 @@ _ReSharper*
*.dir *.dir
*.vcxproj* *.vcxproj*
*.sln *.sln
.vs/ .vs
CMakeSettings.json
Win32 Win32
x64 x64
Debug Debug