Revision 6a5c1d7d6f8a5cb5b438bff40dd9fc01f04a5060 authored by Thomas Fischer on 08 July 2021, 13:01:21 UTC, committed by Thomas Fischer on 07 September 2021, 08:51:04 UTC
1 parent 2b67be8
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