Revision 9b7b1479e73648cf211000f635473b29434646ac authored by cbsilver on 09 November 2021, 14:45:24 UTC, committed by Dmitry Yu. Naumov on 16 November 2021, 16:25:44 UTC
1 parent 521d240
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