Revision f54d158b1b3514726c6c8aae37120e5ab9a3cdfb authored by Dmitri Naumov on 10 October 2021, 10:39:44 UTC, committed by Dmitri Naumov on 10 October 2021, 10:48:40 UTC
1 parent 4ffdd41
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