https://gitlab.opengeosys.org/ogs/ogs.git
Revision eb248667b2aca4aaf74ad95179d93c977b94119a authored by Lars Bilke on 09 March 2021, 13:13:04 UTC, committed by Lars Bilke on 09 March 2021, 13:13:04 UTC
Clang and CMake Format preparation

See merge request ogs/ogs!3496
2 parent s ee07571 + 22144d0
Raw File
Tip revision: eb248667b2aca4aaf74ad95179d93c977b94119a authored by Lars Bilke on 09 March 2021, 13:13:04 UTC
Merge branch 'format' into 'master'
Tip revision: eb24866
.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