From 7960a10228e65678dcf93e9b67cf6edf68731215 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Fri, 6 Sep 2024 12:53:57 -0400 Subject: [PATCH] These extensions should be binary --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitattributes b/.gitattributes index be856613..d60c52d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,15 @@ # Flags also need Unix line endings (see https://github.com/gbdev/rgbds/issues/955) *.flags text eol=lf + +# Binary files need exact bytes +*.bin binary +*.gb binary +*.1bpp binary +*.2bpp binary +*.pal binary +*.attrmap binary +*.tilemap binary +*.palmap binary +*.patch binary +*.png binary