https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2ba2e8354a1aed67e2d594a53f7b177cec675bac authored by Lars Bilke on 29 September 2021, 12:58:35 UTC, committed by Lars Bilke on 30 September 2021, 06:41:54 UTC
Should fix CI artifact rendering in the browser.

See https://gitlab.com/gitlab-org/gitlab/-/issues/211517.
1 parent 51758d7
Raw File
Tip revision: 2ba2e8354a1aed67e2d594a53f7b177cec675bac authored by Lars Bilke on 29 September 2021, 12:58:35 UTC
[ctest] Changed log file extension from .log to .txt.
Tip revision: 2ba2e83
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top