Revision 3fb8c03efa87b3e131a4146081e2012bcbd79344 authored by Dmitri Naumov on 13 May 2021, 19:40:20 UTC, committed by Dmitri Naumov on 17 May 2021, 12:17:18 UTC
1 parent 20e1dab
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