From b73d8446beafba8d1a0a066d9788f685378f44b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Thu, 8 Dec 2022 22:03:58 -0600 Subject: [PATCH] ignore cmakesettings.json --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 60ea585..811cd56 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ core *ipch .settings/ +# do not track Visual Studio CMake settings +CMakeSettings.json CMakeCache.txt CMakeFiles *.dir