From: Kyle Edwards Date: Mon, 7 Dec 2020 20:29:35 +0000 (-0500) Subject: CMake: Add CMakeUserPresets.json X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a0e05f9d08080a286311721593eb6a23266d9637;p=gitignore.git 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 --- 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