https://gitlab.opengeosys.org/ogs/ogs.git
Revision 50e47e9a6678e3959b8643af1e7ebc383b9ec79b authored by Thomas Fischer on 14 October 2021, 12:43:32 UTC, committed by Thomas Fischer on 14 October 2021, 14:49:26 UTC
1 parent 4a28e3b
Raw File
Tip revision: 50e47e9a6678e3959b8643af1e7ebc383b9ec79b authored by Thomas Fischer on 14 October 2021, 12:43:32 UTC
[GL] Forbit automatic generation of constr. and assignment ops.
Tip revision: 50e47e9
.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