Revision 67344a53610605535d2c487d172b21611019c8fb authored by Christoph Lehmann on 16 November 2021, 14:17:34 UTC, committed by Christoph Lehmann on 16 November 2021, 14:17:34 UTC
1 parent 2d005ce
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