https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2eb400d392d244a95ac2029551cbc430ad1678af authored by Thomas Fischer on 29 July 2021, 11:59:53 UTC, committed by Thomas Fischer on 07 September 2021, 08:51:04 UTC
1 parent 62e8245
Raw File
Tip revision: 2eb400d392d244a95ac2029551cbc430ad1678af authored by Thomas Fischer on 29 July 2021, 11:59:53 UTC
[PL/Process] Narrow scope of variable.
Tip revision: 2eb400d
.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