Revision c4b5be534e381ec9b3df4d68e44585c44ec43500 authored by Thomas Fischer on 04 December 2020, 14:46:53 UTC, committed by Thomas Fischer on 07 December 2020, 08:41:55 UTC
1 parent e59dd58
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