Revision bb1f93257e52521aaeb950cb497ba72704676965 authored by Dmitri Naumov on 06 July 2021, 08:21:53 UTC, committed by Dmitri Naumov on 06 July 2021, 21:16:01 UTC
1 parent dfebbe5
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