From 5f22f8d2d3eee794986369b85dc2b7afdf51d14b Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Fri, 12 Jul 2019 17:25:50 +0200 Subject: [PATCH] Ignore VS2017 specific files and folders Signed-off-by: Sven Strickroth --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5991a41b9..dec3dca06 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ tags mkmf.log *.profdata *.profraw +CMakeSettings.json +.vs