From 25d0529ff57b30f9aad9479e6bf009453d36fa6b Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Tue, 28 Jan 2025 21:02:28 -0500 Subject: [PATCH] Make .out and .err files be text --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index d60c52d3a..bc1c0169f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,10 @@ # Flags also need Unix line endings (see https://github.com/gbdev/rgbds/issues/955) *.flags text eol=lf +# Text files need platform line endings (see https://github.com/gbdev/rgbds/pull/1635) +*.out text +*.err text + # Binary files need exact bytes *.bin binary *.gb binary