From a0e05f9d08080a286311721593eb6a23266d9637 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Mon, 7 Dec 2020 15:29:35 -0500 Subject: [PATCH] CMake: Add CMakeUserPresets.json CMake 3.19 added CMakePresets.json, which is intended to be version-controlled, and CMakeUserPresets.json, which should NOT be version-controlled. Add CMakeUserPresets.json to the gitignore. https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 46f42f8f..11c76431 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -9,3 +9,4 @@ install_manifest.txt compile_commands.json CTestTestfile.cmake _deps +CMakeUserPresets.json