Revision 752ca9fad36b7ef6ec67dfd9e09a65ac25e48d4f authored by Thomas Fischer on 21 June 2021, 06:44:16 UTC, committed by Thomas Fischer on 24 June 2021, 10:09:45 UTC
1 parent a2f11e6
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

.snakemake
back to top