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:
Kris Austin
2026-08-25 10:13:45 -05:00
committed by GitHub
parent 9e34dde632
commit 265ae16160

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@ Build
Build.bat
/build*/
CMakeLists.txt.user
CMakeUserPresets.json
**/CMakeLists.txt.autosave
deps/build*
MYMETA.json