Revision 19bace7022f50713de43b1b5fbb268307379e23d authored by Thomas Fischer on 18 January 2021, 11:52:49 UTC, committed by Dmitri Naumov on 22 May 2021, 10:39:32 UTC
1 parent a83e717
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