Revision 8bf2cc17c4d207c369a65e5008cb535610baea90 authored by Dmitri Naumov on 26 August 2021, 12:11:32 UTC, committed by Dmitri Naumov on 06 September 2021, 15:41:57 UTC
1 parent b87f1e7
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