Revision 820c9e69c676c84d54317da769ee79d37c4a9884 authored by Dmitri Naumov on 05 April 2021, 21:02:32 UTC, committed by Dmitri Naumov on 06 April 2021, 19:10:20 UTC
1 parent 4952257
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