Revision c18a0f6c3124200ded0386655a0a6b8e64fa2dfb authored by Tobias Meisel on 26 October 2020, 14:12:12 UTC, committed by Lars Bilke on 30 October 2020, 09:43:47 UTC
1 parent 8ef5231
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
back to top