From 6b67f587e5ac8ddf82b7f90f3b4da710d54ef786 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sun, 24 Sep 2023 13:05:20 -0400 Subject: [PATCH] Ignore CMakeUserPresets.json This file is now used by Visual Studio / Qt Extension to define CMake presets --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ab62e190..9ffa696ff 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,6 @@ desktop.ini # MSVC Files CMakeSettings.json CMakePresets.json +CMakeUserPresets.json .vs/ -out/ \ No newline at end of file +out/