Skip to content
Snippets Groups Projects
Commit 9a40e1b1 authored by Christoph Schwarzmeier's avatar Christoph Schwarzmeier
Browse files

Merge branch 'update_gitignore' into 'master'

Add /.idea to .gitignore

See merge request !200
parents 85c2a7e2 e6ccbecb
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment