From 165be0cb4c2e221fb91ca6a55bfe9596eb5d8a62 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 29 Jan 2025 15:58:03 +0100 Subject: [PATCH] Fix tests for BackupManager (#12429) --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 237079524ae..7ba4cd000a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,8 +5,9 @@ gradlew text eol=lf # windows line endings at windows files *.bat text eol=crlf -# ensure that line endings of *.bib, *.fxml, *.java, *.properties are normalized to LF +# ensure that line endings of certain files are normalized to LF *.bib text eol=lf +*.bak text eol=lf *.fxml text eol=lf *.java text eol=lf *.properties text eol=lf