https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fc4e4ab7dd2981e087cafb3aa3a5ed197df9d58b authored by Dmitry Yu. Naumov on 04 July 2021, 20:20:51 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: fc4e4ab
.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