mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 11:37:42 +00:00
chore: ignore CMakeUserPresets.json (#15354)
CMake reads CMakeUserPresets.json for developer-local presets, and its documentation states the file should not be checked into version control: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html#introduction It is the preset equivalent of CMakeLists.txt.user, ignored on the line above.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@ Build
|
|||||||
Build.bat
|
Build.bat
|
||||||
/build*/
|
/build*/
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
|
CMakeUserPresets.json
|
||||||
**/CMakeLists.txt.autosave
|
**/CMakeLists.txt.autosave
|
||||||
deps/build*
|
deps/build*
|
||||||
MYMETA.json
|
MYMETA.json
|
||||||
|
|||||||
Reference in New Issue
Block a user