Revision 3c761b7e24e2275cdd4192464bea30bda3aaa7de authored by Thomas Fischer on 17 March 2021, 15:09:03 UTC, committed by Thomas Fischer on 18 March 2021, 07:17:10 UTC
1 parent 4fa16ea
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