From b7213ab1794f998a726e66bddaa32b2823606d18 Mon Sep 17 00:00:00 2001
From: Marcus Hoffmann <bubu@bubu1.eu>
Date: Fri, 3 Dec 2021 01:00:40 +0100
Subject: [PATCH] add clion/idea dir to gitignore

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index e91866ed1..f34f1349e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,6 +59,9 @@ ui_*.h
 *.swo
 *.swn
 
+# CLion
+/.idea
+
 #####=== CMake ===#####
 
 CMakeCache.txt
-- 
GitLab