Revision 8c24f29d297b0da48b72c6284c93c62a5b2a2f46 authored by Tobias Meisel on 20 July 2021, 13:19:34 UTC, committed by Tobias Meisel on 21 July 2021, 08:01:09 UTC
1 parent 406820d
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