Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
waLBerla
Commits
9a40e1b1
Commit
9a40e1b1
authored
Apr 11, 2019
by
Christoph Schwarzmeier
Browse files
Merge branch 'update_gitignore' into 'master'
Add /.idea to .gitignore See merge request
walberla/walberla!200
parents
85c2a7e2
e6ccbecb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9a40e1b1
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment