Revision 67fde4f3bd01e44239b00ac37051b9ce91a6780d authored by Tom Fischer on 08 November 2021, 11:17:29 UTC, committed by Dmitry Yu. Naumov on 09 November 2021, 11:50:57 UTC
1 parent f21c922
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