Revision 9f84df9551259ffccabda55221a17212094b40ff authored by Lars Bilke on 17 June 2021, 13:01:27 UTC, committed by Lars Bilke on 23 June 2021, 06:20:59 UTC
1 parent 4396e2c
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