Revision bdb9fb630ed2ce0990fbb6883afd5d700e7ff8bd authored by Lars Bilke on 08 February 2021, 19:21:18 UTC, committed by Lars Bilke on 15 February 2021, 14:12:59 UTC
1 parent d7efc02
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