Revision 41b7b627db43376e088fd12a20ac656cb6f5a6da authored by Dmitri Naumov on 13 March 2021, 16:02:35 UTC, committed by Dmitri Naumov on 27 April 2021, 16:00:25 UTC
1 parent 4e230d0
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