Revision e6976f8fa092952afef4e45e365e5c2d6d295695 authored by Wenqing Wang on 07 May 2021, 08:42:39 UTC, committed by Dmitri Naumov on 18 May 2021, 09:10:04 UTC
1 parent 183f684
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