https://gitlab.opengeosys.org/ogs/ogs.git
Revision 401324a52686708d782e140f83e4c2f3e5d8fb62 authored by Jörg Buchwald on 04 December 2020, 20:16:42 UTC, committed by Jörg Buchwald on 07 December 2020, 13:06:43 UTC
1 parent 397e51f
Raw File
Tip revision: 401324a52686708d782e140f83e4c2f3e5d8fb62 authored by Jörg Buchwald on 04 December 2020, 20:16:42 UTC
add documentation
Tip revision: 401324a
.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
back to top