Revision dd3f9a60c19e456ad4751688b83dac1aacd713f0 authored by Lars Bilke on 28 June 2021, 13:19:45 UTC, committed by Lars Bilke on 28 June 2021, 13:19:45 UTC
1 parent 21948de
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