From 65b26738d55f1531aefdea5a8eb9ae2aa62bd854 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Tue, 26 Sep 2023 23:57:44 -0400 Subject: [PATCH] Add CMakeSettings.json to gitignore (#5682) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 69d7e69352..edea3611f5 100644 --- a/.gitignore +++ b/.gitignore @@ -205,6 +205,7 @@ NO *.user *.userosscache *.sln.docstates +CMakeSettings.json # Visual C++ cache files ipch/