Revision 16558738af3c3ff9870c884e246a23ab4651cccc authored by Thomas Fischer on 14 June 2021, 14:59:51 UTC, committed by Thomas Fischer on 18 June 2021, 09:20:16 UTC
1 parent 24fc8f5
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