diff --git a/.gitignore b/.gitignore
index 80be18e0c806e91e88bd5ae7fd8a10d5e1b0ea32..0f6c4ccfeba3ea77d1f794a4feeb533a1e40b431 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