From 2f229035e1c9d24473a37980940562d7577e6f55 Mon Sep 17 00:00:00 2001 From: NorthFury Date: Mon, 15 May 2023 23:06:20 +0200 Subject: [PATCH 1/2] make gitignore Visual Studio definitions more specific --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 22d2271de..bbd81c9e3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,9 @@ cmake-build-*/ # Visual Studio 2022 -.vs/ -build/ -lib/ -out/ -CMakeSettings.json +/.vs/ +/build/ +/lib/ +/out/ +/CMakeSettings.json /CMakeUserPresets.json From 363dcdc5d2adb2fa9b146d30636635bfff98866c Mon Sep 17 00:00:00 2001 From: NorthFury Date: Sun, 21 May 2023 00:51:54 +0200 Subject: [PATCH 2/2] updated gitignore --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bbd81c9e3..07d506ecd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,10 @@ # CLion -.idea/ -cmake-build-*/ +/.idea/ +/cmake-build-*/ # Visual Studio 2022 /.vs/ /build/ -/lib/ /out/ /CMakeSettings.json /CMakeUserPresets.json