Revision c495f2c7deb21ab5c35e42d371200ae9b778ff95 authored by Lars Bilke on 22 March 2021, 07:35:11 UTC, committed by Lars Bilke on 22 March 2021, 07:35:11 UTC
Closes #3123.
1 parent 7182349
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