Revision 9972f14bd098c209173b71258b7935e20bf9c368 authored by Thomas Fischer on 19 January 2021, 12:10:10 UTC, committed by Dmitri Naumov on 16 February 2022, 16:26:59 UTC
1 parent ba869c4
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