Revision fa9c3324470bd9856d13a737e28fd5dfd1f875f5 authored by Dmitri Naumov on 31 May 2021, 14:36:03 UTC, committed by Thomas Fischer on 09 June 2021, 12:36:34 UTC
1 parent 76a3050
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