Revision 3f5907724a10406ca92487ad57266455393c9305 authored by Lars Bilke on 15 December 2020, 20:22:42 UTC, committed by Lars Bilke on 15 December 2020, 21:18:36 UTC
1 parent 765a54e
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