https://gitlab.opengeosys.org/ogs/ogs.git
Revision 96f6b540f209a25ee84a24bf7b6d2309b0efc445 authored by Dmitri Naumov on 31 January 2023, 10:36:02 UTC, committed by Dmitri Naumov on 01 February 2023, 14:23:26 UTC
1 parent 3fb75b9
Raw File
Tip revision: 96f6b540f209a25ee84a24bf7b6d2309b0efc445 authored by Dmitri Naumov on 31 January 2023, 10:36:02 UTC
[PL/CT] Change assertion to OGS_FATAL
Tip revision: 96f6b54
.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