Revision 8f66853b1103b186bc374b75880ded7277941ff8 authored by Lars Bilke on 10 February 2022, 16:13:48 UTC, committed by Dmitry Yu. Naumov on 11 February 2022, 16:52:35 UTC
1 parent 627d6df
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