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