https://gitlab.opengeosys.org/ogs/ogs.git
Revision a168032423661a58175ab1bf30ce005ea24630dc authored by Dmitri Naumov on 02 April 2021, 18:12:58 UTC, committed by Dmitri Naumov on 04 April 2021, 11:37:06 UTC
1 parent c89f126
Raw File
Tip revision: a168032423661a58175ab1bf30ce005ea24630dc authored by Dmitri Naumov on 02 April 2021, 18:12:58 UTC
clang-format MeshLib
Tip revision: a168032
.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