https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8e5d8f1e778a75e87e3a5df51c2635b6d0524b81 authored by Tom Fischer on 30 July 2021, 06:27:39 UTC
Fix typo. [ci skip]
Tip revision: 8e5d8f1
.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