Skip to content
Snippets Groups Projects
.gitignore 675 B
Newer Older
# macOS
**/.DS_Store


# Generated files
*.out
/src/waLBerlaDefinitions.h
/src/core/waLBerlaBuildInfo.cpp

# Eclipse
/.cproject
/.project
/.pydevproject
/.settings

# Visual Studio
/CMakeSettings.json
/.vs

# QtCreator
CMakeLists.txt.user.*


# Binary Files
/bin/
/lib/
*.a
/build


# Logfiles
logfile*.txt
*TestLog_p*.txt


# Compiled python
*.pyc

/CMakeLists.txt.user

# CMake build files
CMakeFiles
Makefile
/CMakeCache.txt
CTestTestfile.cmake
/DartConfiguration.tcl
cmake_install.cmake
CMakeDefs.h
/moduleStatistics.json
/walberla-config.cmake
/cmake-build-debug/
/cmake-build-release/