From 4179f4f324a529e254f846b31f1fb977a9351698 Mon Sep 17 00:00:00 2001 From: Ruslan Fomkin Date: Mon, 24 Aug 2020 12:34:59 +0200 Subject: [PATCH] Ignore build and IDE folders Updating gitignore to exclude default build folders and CLion folder. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ab33253cd..7daa387f1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ typedef.list /CMakeSettings.json /out/* +/debug/ +/cmake-build-debug/ +/.idea/