From 9a01408edad204869cc9781b001fd09e9361c409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kapu=C5=9Bci=C5=84ski?= Date: Mon, 10 Apr 2023 21:37:55 +0200 Subject: [PATCH] Added CMakeUserPresets.json to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 781f171c..a5d26644 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ CMakeLists.txt.user.* /CMakeSettings.json /.vs /out + +CMakeUserPresets.json