From 745ea8dd1f38da91a75fdbf1cbaa8bac6b9a7335 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 22 Sep 2025 16:36:48 -0600 Subject: [PATCH] Correct name of user CMake presets file There was a typo in this file name when it was added in 7f2268c4a0 (Add CMakePresets.json, 2023-03-09). See #23335. Closes #25826. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 464c081421..784b35a15d 100644 --- a/.gitignore +++ b/.gitignore @@ -456,4 +456,4 @@ /3rdparty/webview2 /build/cmake/output/ -CMakePresetsUser.json +CMakeUserPresets.json