Revision 32c5abca658c8347b1d79a8e099a9b96381f5f73 authored by Lars Bilke on 17 February 2021, 11:58:48 UTC, committed by Lars Bilke on 19 February 2021, 08:55:55 UTC
1 parent cd05537
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
web/.netlify

CMakeUserPresets.json
back to top