https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: cd6d20bee3d47e383ec472833d40cd3550496a9d authored by Dmitry Yu. Naumov on 09 March 2021, 10:22:00 UTC
Merge branch 'RMFixesAndCleanups' into 'master'
Tip revision: cd6d20b
.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