Revision 62eb306cc9beda13b17aca613a54af597ee4a73f authored by Thomas Fischer on 01 October 2021, 20:11:20 UTC, committed by Thomas Fischer on 06 October 2021, 08:52:56 UTC
1 parent 2c88301
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