Revision 892f5ccabe9b91b71d4268231331c759401b4647 authored by renchao_lu on 21 April 2021, 15:21:04 UTC, committed by renchao_lu on 23 April 2021, 09:11:34 UTC
1 parent 5203e53
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