Revision f4767ab1bc99c3406d6b9e818856136532a59b03 authored by Jörg Buchwald on 19 April 2021, 14:58:05 UTC, committed by Dmitry Yu. Naumov on 21 April 2021, 11:40:35 UTC
1 parent c82285b
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