Revision cbc9f7128024119a57f6ddfb0f6ac45a4cee7b76 authored by Steffen Beese on 21 July 2021, 07:13:15 UTC, committed by Dmitri Naumov on 29 July 2021, 19:34:33 UTC
1 parent 0b204bc
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