https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c54e5918a09b70f42ce39902b55a70c56079b5b2 authored by Norbert Grunwald on 30 April 2021, 20:51:27 UTC
Merge branch 'th2m' into 'master'
Tip revision: c54e591
.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