From d96042d746a6034b2eb5042cb6079f5e1ff9131a Mon Sep 17 00:00:00 2001 From: Christian Godenschwager <christian.godenschwager@fau.de> Date: Mon, 9 Jan 2017 15:15:49 +0100 Subject: [PATCH] Added Visual Studio 2017 files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 48e997305..9dc528705 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,10 @@ qrc_* /.pydevproject /.settings +# Visual Studio +/CMakeSettings.json +/.vs + # Binary Files /bin/ /lib/ -- GitLab