From e6ccbecbb4cfe360d0f532a3ecbf157c9032e97f Mon Sep 17 00:00:00 2001
From: Christoph Schwarzmeier <christoph.schwarzmeier@fau.de>
Date: Thu, 11 Apr 2019 17:09:03 +0200
Subject: [PATCH] Add /.idea to .gitignore

---
 .gitignore | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 80be18e0c..0f6c4ccfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,26 +4,33 @@ ui_*
 qrc_*
 *~
 
+
 # macOS
 **/.DS_Store
 
-# Backup files of kate/kwrite
 
 # Generated files
 *.out
 /src/waLBerlaDefinitions.h
 /src/core/waLBerlaBuildInfo.cpp
 
+
 # Eclipse
 /.cproject
 /.project
 /.pydevproject
 /.settings
 
+
 # Visual Studio
 /CMakeSettings.json
 /.vs
 
+
+# CLion
+*.idea
+
+
 # Binary Files
 /bin/
 /lib/
@@ -39,16 +46,12 @@ logfile*.txt
 # Compiled python
 *.pyc
 
+
 # Blockforest saves
 *.sav
 
 
-/utilities/.idea
-/utilities/py_waLBerla/.idea
-/python/.idea
-
-/src/stencil/.idea
-
+# CMake
 /CMakeLists.txt.user
 
 # CMake build files
@@ -60,4 +63,4 @@ CTestTestfile.cmake
 cmake_install.cmake
 CMakeDefs.h
 /moduleStatistics.json
-/walberla-config.cmake
+/walberla-config.cmake
\ No newline at end of file
-- 
GitLab