Skip to content

Commit a0e05f9

Browse files
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
1 parent 218a941 commit a0e05f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMake.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ install_manifest.txt
99
compile_commands.json
1010
CTestTestfile.cmake
1111
_deps
12+
CMakeUserPresets.json

0 commit comments

Comments
 (0)