Ignore some additional editor config files used by VS

In case we ever can fully-support VS, we can consider removing
CMakeSettings.json from the ignore list and shipping a good set
of defaults for this file.
This commit is contained in:
Jon Evans 2020-02-06 11:18:50 +01:00
parent 8b7d4c2a55
commit 8377efcc6c
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -95,3 +95,5 @@ __pycache__
# Visual Studio
.vs/
.editorconfig
CMakeSettings.json