https://gitlab.opengeosys.org/ogs/ogs.git
Revision 761945b7d3d5aeab1ac49a9479535badea5a4ac4 authored by Lars Bilke on 18 February 2021, 12:58:39 UTC, committed by Lars Bilke on 19 February 2021, 07:13:01 UTC
1 parent 323688f
Raw File
Tip revision: 761945b7d3d5aeab1ac49a9479535badea5a4ac4 authored by Lars Bilke on 18 February 2021, 12:58:39 UTC
[ci] Remove unlink.
Tip revision: 761945b
.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
back to top