https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0b0185727c522808e5f8a142230ec9c358d16859 authored by Lars Bilke on 21 October 2020, 07:46:35 UTC
drop: test ubuntu.
Tip revision: 0b01857
.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