Revision 344bda845e01b14c581fabd0af6f3d047c9c1a45 authored by Jörg Buchwald on 07 January 2022, 21:25:50 UTC, committed by Jörg Buchwald on 18 February 2022, 11:29:48 UTC
1 parent b7df40a
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