https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 82ecc2abd34b7d552dada1d8b871b33192fb6f60 authored by Wenqing Wang on 23 November 2020, 14:09:43 UTC
[RM/Test/Liakopoulos] Recovered two properties and updated the reference files
Tip revision: 82ecc2a
.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