https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d18926b3cf0639c194261920d8e391c0f81bdc5c authored by Tom Fischer on 16 June 2021, 05:21:14 UTC
Merge branch 'SmallFixes_2021-06' into 'master'
Tip revision: d18926b
.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