From 24015a23d6a441d0eca693675094a03c54dd2a34 Mon Sep 17 00:00:00 2001 From: UIS Date: Mon, 21 Dec 2020 11:40:05 +0300 Subject: [PATCH] Fix .gitignore --- .gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 62ab819..3bb2b19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,13 @@ -*/build/ +build/ #CLion -*/.idea/ -*/cmake-build-debug/ -*/cmake-build-release/ +.idea/ +cmake-build-debug/ +cmake-build-release/ #Visual Studio -*/.vs/ -*/CMakeSettings.json +.vs/ +CMakeSettings.json #Qt Creator -*/CMakeLists.txt.user +CMakeLists.txt.user