From 49b8e2bfabadc48bfdff790a9899eb3c89df93c4 Mon Sep 17 00:00:00 2001 From: Thomas Wilshaw Date: Thu, 7 May 2020 13:28:21 +0100 Subject: [PATCH] gitignore updates for Visual Studio with CMake Using Visual Studio and it's built in CMake generates a folder called .vs and a JSON file of CMamke settings called CMakeSettings.json. These have both been added to the .gitignore file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f458ddfab..eaf33fa1c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ build/ .DS_Store .vscode +.vs +CmakeSettings.json # # Qt ignores taken from https://github.com/github/gitignore