Revision 819650069405aa35952033795d76e66994549343 authored by rinkk on 22 March 2021, 14:26:22 UTC, committed by Lars Bilke on 26 March 2021, 09:48:19 UTC
1 parent 1bf1efd
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