https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dcfa23e7a117f2148c1b38c66ff76b15d8b67e71 authored by Lars Bilke on 23 June 2020, 12:02:48 UTC
Changelog for 6.3.1
Tip revision: dcfa23e
.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
back to top