https://gitlab.opengeosys.org/ogs/ogs.git
Revision ea488068149b1875a98e80cbff06f1d8e652c074 authored by Lars Bilke on 12 October 2021, 06:36:01 UTC, committed by Lars Bilke on 12 October 2021, 06:36:01 UTC
1 parent 80f50c4
Raw File
Tip revision: ea488068149b1875a98e80cbff06f1d8e652c074 authored by Lars Bilke on 12 October 2021, 06:36:01 UTC
[web] Typo in release notes.
Tip revision: ea48806
.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