Revision 5a832ce6ef4cc15aae1d6b5b9f4fc8676398f458 authored by renchao_lu on 25 July 2021, 10:37:08 UTC, committed by renchao_lu on 02 August 2021, 13:43:52 UTC
1 parent 7eba203
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