https://gitlab.opengeosys.org/ogs/ogs.git
Revision 6bde0dd6078411cc8cfb71694026c8a6bc2a9cc0 authored by Lars Bilke on 12 March 2021, 15:43:05 UTC, committed by Lars Bilke on 12 March 2021, 15:43:05 UTC
[pre-commit] CMake linter

See merge request ogs/ogs!3509
2 parent s 0da6a44 + 8938cde
Raw File
Tip revision: 6bde0dd6078411cc8cfb71694026c8a6bc2a9cc0 authored by Lars Bilke on 12 March 2021, 15:43:05 UTC
Merge branch 'cmake-lint' into 'master'
Tip revision: 6bde0dd
.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