Revision 9fb2f6d472ac48f82d90b1a6afce00adbb2a132e authored by Wenqing Wang on 22 July 2021, 15:47:59 UTC, committed by Dmitri Naumov on 29 July 2021, 10:04:29 UTC
1 parent 36c58ab
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