Revision 9dc39b7e889f5741b1845aadf36bf346dba8d515 authored by Thomas Fischer on 29 November 2021, 08:09:14 UTC, committed by Thomas Fischer on 02 December 2021, 09:13:41 UTC
1 parent 491bef1
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