From 265ae16160f304327193522e08ae09fe5459af97 Mon Sep 17 00:00:00 2001 From: Kris Austin Date: Tue, 25 Aug 2026 10:13:45 -0500 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4d3ccb5c7b..cdcd1c90b4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ Build Build.bat /build*/ CMakeLists.txt.user +CMakeUserPresets.json **/CMakeLists.txt.autosave deps/build* MYMETA.json