Revision 2bf700db3ccd21f9e6de539f09856a20cbfddf4c authored by Dmitri Naumov on 06 July 2021, 10:19:36 UTC, committed by Dmitri Naumov on 06 July 2021, 21:16:01 UTC
1 parent 12ec7ce
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