mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
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
This commit is contained in:
parent
218a941be9
commit
a0e05f9d08
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ install_manifest.txt
|
|||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps
|
||||
CMakeUserPresets.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue