Revision 9d6b947f99ec0449d7aef8e20cbfa5b42efd9195 authored by cbsilver on 15 November 2021, 16:07:49 UTC, committed by Dmitry Yu. Naumov on 16 November 2021, 16:25:44 UTC
1 parent bcc31ea
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