Revision defb74507a3667c73c1b7ebf05266bb419fed177 authored by Christoph Lehmann on 04 November 2021, 08:30:55 UTC, committed by Christoph Lehmann on 05 November 2021, 06:31:08 UTC
1 parent 8457234
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