Revision 26b7e08f624f04fb323cb5827873d4a44e7a0f52 authored by Wenqing Wang on 19 October 2021, 14:34:09 UTC, committed by Dmitry Yu. Naumov on 05 November 2021, 14:06:24 UTC
1 parent 5a03e47
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