From 6e30d24ce5072d87ec88f9a04c90c862ea85d139 Mon Sep 17 00:00:00 2001 From: Robert Biter Date: Sun, 21 May 2023 00:56:27 +0200 Subject: [PATCH] make gitignore Visual Studio definitions more specific (#144) * make gitignore Visual Studio definitions more specific --- .gitignore | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 22d2271d..07d506ec 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 +/.vs/ +/build/ +/out/ +/CMakeSettings.json /CMakeUserPresets.json