https://gitlab.opengeosys.org/ogs/ogs.git
Revision bda5465b1a283012386110f75a15c28dd498c56b authored by Thomas Fischer on 03 February 2023, 06:35:34 UTC, committed by Thomas Fischer on 03 February 2023, 07:34:27 UTC
1 parent 6f25102
Raw File
Tip revision: bda5465b1a283012386110f75a15c28dd498c56b authored by Thomas Fischer on 03 February 2023, 06:35:34 UTC
[T] Update tests for multiple meshes + geometry
Tip revision: bda5465
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*
.DS_Store

# 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
Tests/Data/_out
web/.netlify

CMakeUserPresets.json

.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