From 8377efcc6cc3b44aecc04a34e36f46d2c5b23433 Mon Sep 17 00:00:00 2001 From: Jon Evans <jon@craftyjon.com> Date: Thu, 6 Feb 2020 11:18:50 +0100 Subject: [PATCH] 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6d8e01a770..0263d45ea0 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,5 @@ __pycache__ # Visual Studio .vs/ +.editorconfig +CMakeSettings.json \ No newline at end of file