Revision 3fc8c0e038f919f14ab19c958fcee75bc5901553 authored by Lars Bilke on 19 July 2021, 08:55:53 UTC, committed by Lars Bilke on 20 July 2021, 18:41:53 UTC
1 parent 59631f8
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