Revision 6e557f0a7bd53350848c98733aeb69142e1b4ef3 authored by renchao_lu on 20 June 2021, 17:08:09 UTC, committed by renchao_lu on 23 June 2021, 10:45:52 UTC
1 parent e77cf09
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