https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 74c74186734df9abd017af10cf08ca4325e817a3 authored by Dmitry Yu. Naumov on 06 April 2021, 04:24:41 UTC
Merge branch 'ClangFormat' into 'master'
Tip revision: 74c7418
.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