From 846455178c39114b03418e1a88fdcc549dcaf14c Mon Sep 17 00:00:00 2001 From: Andrei Florea Date: Wed, 5 Oct 2022 16:08:12 -0700 Subject: Corrected .gitignore for CLion IDE --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index eb1478f..3ef53c5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,9 @@ *.o *.obj -# CLion things - +# CLion things specific for Andrei +/cmake-build-debug +CMakeLists.txt # Precompiled Headers *.gch -- cgit v1.2.3