From 41053f9983c9ba69696d8aa7166d007ee0f04c59 Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Mon, 5 Sep 2022 18:42:46 +0200 Subject: [PATCH] edit gitignore to ignore clion default output directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7a8226285..f0cfe172e 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ # Build folders build/ +cmake-build-*/ # Cache/IDE folders .cache/