Revision b39ae740696874c595e0c72f1ecaf92bbb709d45 authored by Thomas Fischer on 26 January 2021, 12:06:39 UTC, committed by Dmitri Naumov on 13 March 2021, 20:23:03 UTC
1 parent 475c0bf
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