Revision 406820d295610301c4725f8779e4e698927f53b8 authored by Tobias Meisel on 20 July 2021, 13:15:31 UTC, committed by Tobias Meisel on 21 July 2021, 08:01:09 UTC
1 parent 40f5816
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