Revision 169ab99d0e2eb221622bea522628f19fd4493a33 authored by Thomas Fischer on 04 June 2020, 04:20:27 UTC, committed by Thomas Fischer on 24 June 2021, 07:26:51 UTC
1 parent 876328a
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