Revision 5c2e9d571817d4529312e1ac89563bf72b6f85cc authored by Wenqing Wang on 05 March 2021, 16:59:03 UTC, committed by Wenqing Wang on 11 March 2021, 09:41:45 UTC
1 parent f7fa95f
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