Revision fb4792f2b101726446ec4cb044d9045d61e4a3df authored by Lars Bilke on 26 May 2021, 20:49:15 UTC, committed by Lars Bilke on 27 May 2021, 13:07:16 UTC
1 parent 741c368
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