https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f0c7804bd08bbbc6ef05dc2b100e46d7c6ec3d7e authored by Lars Bilke on 13 August 2019, 11:54:45 UTC
[Release] Added changelog 6.2.1
Tip revision: f0c7804
.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

Tests/**/*.md5
back to top