Revision df4dcdbc603db0ac00eda8089206ec7654e4261e authored by renchao_lu on 17 August 2021, 15:32:32 UTC, committed by Dmitri Naumov on 03 September 2021, 08:16:50 UTC
1 parent c6a5793
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