Revision ad6c2e2f91aec2b04adeea898f084f32d936ce97 authored by Wenqing Wang on 22 February 2022, 11:49:12 UTC, committed by Dmitri Naumov on 31 March 2022, 21:50:52 UTC
1 parent 5fd1bba
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