Revision 367109c1d385e4af88c157fbaca1aa6696ee5b8a authored by Dmitri Naumov on 20 July 2021, 17:17:22 UTC, committed by Dmitri Naumov on 27 August 2021, 13:47:41 UTC
1 parent 65058cd
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