Revision 4ed02067b58c728e3a1cf9401e1566d492bebe87 authored by Norbert Grunwald on 23 April 2021, 12:45:53 UTC, committed by Dmitri Naumov on 26 April 2021, 16:42:20 UTC
1 parent 8f6e5a6
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