Revision 7095bad124f04f2e2aa47863ea1215a5392a3b4f authored by Lars Bilke on 24 February 2021, 08:56:19 UTC, committed by Lars Bilke on 08 March 2021, 19:43:09 UTC
1 parent a61d381
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