Revision 990a999635b37d02f18f913215eb14e6f4457360 authored by Lars Bilke on 02 February 2021, 13:27:35 UTC, committed by Lars Bilke on 03 February 2021, 12:21:40 UTC
1 parent 23bf464
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