Revision 4e5c18db83f46a3b68cefdd8cc1bc81ccd5d7893 authored by Christoph Lehmann on 09 February 2022, 09:37:22 UTC, committed by Dmitry Yu. Naumov on 17 February 2022, 20:31:14 UTC
1 parent 8392f6c
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