]> source.dussan.org Git - gitignore.git/commitdiff
CMake: Add CMakeUserPresets.json 3595/head
authorKyle Edwards <kyle.edwards@kitware.com>
Mon, 7 Dec 2020 20:29:35 +0000 (15:29 -0500)
committerKyle Edwards <kyle.edwards@kitware.com>
Mon, 7 Dec 2020 20:29:35 +0000 (15:29 -0500)
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

index 46f42f8f3ce85fc4e5a5c204ba75936ae6a636a9..11c76431e1a3735f238067699b1782fa78f108fd 100644 (file)
@@ -9,3 +9,4 @@ install_manifest.txt
 compile_commands.json
 CTestTestfile.cmake
 _deps
+CMakeUserPresets.json