https://gitlab.opengeosys.org/ogs/ogs.git
Revision 9a9f2478c0a59617fe3d18ec3478feab1feb7a7a authored by Christoph Lehmann on 12 December 2022, 09:13:35 UTC, committed by Christoph Lehmann on 19 December 2022, 09:28:31 UTC
1 parent 6a73e74
Raw File
Tip revision: 9a9f2478c0a59617fe3d18ec3478feab1feb7a7a authored by Christoph Lehmann on 12 December 2022, 09:13:35 UTC
[PL] Added missing include
Tip revision: 9a9f247
.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