Revision dfebbe5e2e81cc578a533f95206b293e3ed82b12 authored by Dmitri Naumov on 06 July 2021, 07:59:58 UTC, committed by Dmitri Naumov on 06 July 2021, 07:59:58 UTC
1 parent e516b81
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