Revision 3aa616282b380f949257a2f086017170e352aa99 authored by renchao_lu on 24 June 2021, 18:50:34 UTC, committed by renchao_lu on 27 June 2021, 11:18:32 UTC
1 parent 9baf475
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