From fc9914b0fcd303dc09ddf985aec54d012058e755 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:58:15 +0100 Subject: [PATCH 1/2] Use default .gitattributes, except for .patch files --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2d80dd0..ae844ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ -*.jar binary -* text eol=lf +# Patches are applied on files extracted from a downloaded zip file. All these files use LF line endings. *.patch text eol=lf From d9af7ac1d22e34939ded3b0e40c017336af680d9 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:28:39 +0100 Subject: [PATCH 2/2] reapply rules from .gitignore --- build.ps1 | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 build.ps1 diff --git a/build.ps1 b/build.ps1 old mode 100755 new mode 100644