https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 35397ef160bd4f22e0e1f2d73e2565f9a7898151 authored by Dmitry Yu. Naumov on 07 September 2021, 08:14:21 UTC
Merge branch 'CorrectTHMRestart' into 'master'
Tip revision: 35397ef
.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