https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2552c5702fa9391e6715e6d925a5fd3b36fcd6c6 authored by Christoph Lehmann on 06 February 2023, 22:19:48 UTC
[GL] Enabled ostream formatting with fmt lib
Tip revision: 2552c57
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*
.DS_Store

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
Tests/Data/_out
web/.netlify

CMakeUserPresets.json
scripts/cmake/vtk-*.patch

.snakemake

# clangd and other language servers' caches
.cache
.ccls-cache

# VS Code devcontainer
/.cpm
nohup.out

/Documentation/.vale

# Python build
/_skbuild
*.egg-info/
/wheelhouse
.ipynb_checkpoints
/Applications/Python/_version.py
back to top