Revision 12eca54491cf47cf1469b917c75dccb50f4b7e45 authored by Christoph Lehmann on 03 December 2021, 08:40:55 UTC, committed by Christoph Lehmann on 21 December 2021, 11:16:41 UTC
1 parent bd6f401
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