Revision 9baf475b3d65ab50080123f341f7a7c4dda2b88a authored by renchao_lu on 24 June 2021, 14:38:47 UTC, committed by renchao_lu on 27 June 2021, 11:18:31 UTC
1 parent 9100b69
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