Revision 7eba2033255c09914c38c409b758c91edbe12ecc authored by renchao_lu on 23 July 2021, 14:18:51 UTC, committed by renchao_lu on 02 August 2021, 13:43:52 UTC
1 parent f665258
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