From d9191fc3c95b7e468001e0a76c1a460afecc2960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 29 Oct 2022 09:00:24 -0700 Subject: [PATCH] Treat .bin files as hex in diff. --- .gitattributes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index e89cf4126..dde21f787 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,12 @@ +*.bin binary diff=hex *.c eol=lf *.cpp eol=lf *.h eol=lf +*.lua eol=lf +*.m eol=lf +*.md eol=lf +*.mk eol=lf +*.mm eol=lf *.sc eol=lf *.sh eol=lf -*.m eol=lf -*.mm eol=lf -*.md eol=lf -*.lua eol=lf -*.mk eol=lf makefile eol=lf