Revision 8f4841767b399982a0668c8abc27343ad38156da authored by Dmitri Naumov on 15 October 2021, 15:25:25 UTC, committed by Dmitri Naumov on 13 January 2022, 21:27:44 UTC
1 parent 422ef80
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