Revision 035443fff8e074dcd520bfd1ac01dd4703402b02 authored by Norbert Grunwald on 30 June 2021, 11:48:30 UTC, committed by Norbert Grunwald on 13 September 2021, 13:01:21 UTC
1 parent 9739a8d
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