Revision c97479daea22a5cfc05ac2e55f1bff2ec54de8bf authored by Dmitri Naumov on 18 May 2021, 18:14:32 UTC, committed by Dmitry Yu. Naumov on 03 June 2021, 16:34:25 UTC
1 parent 81d347e
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