Revision 90b43df7fc120e225338fd9de83369ac5aeb0102 authored by Lars Bilke on 23 July 2021, 06:13:24 UTC, committed by Lars Bilke on 23 July 2021, 06:13:24 UTC
[ci] Fixes for Win gui and container jobs

See merge request ogs/ogs!3717
2 parent s d02928d + 9240e92
Raw File
.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