Revision cede488140a2dd089d878367ce3d4397977e0df9 authored by Thomas Fischer on 20 May 2021, 08:00:49 UTC, committed by Thomas Fischer on 01 June 2021, 08:33:56 UTC
1 parent 42ef040
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