Revision 233846b59e4a2bb898691fc220a939f9ac1c614d authored by Dmitri Naumov on 04 April 2021, 09:58:42 UTC, committed by Dmitri Naumov on 04 April 2021, 12:19:08 UTC
1 parent 5d0c291
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