From e49dc306ec9dfcfaa0e17548f4a280eddef63d56 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 19 May 2021 17:26:22 +1000 Subject: [PATCH] .gitattributes: mark bin, elf and hex as binary --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6a9a9a039c..cd250fd8b3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,10 @@ # This breaks Vagrant for some users. *.sh text eol=lf +*.bin -diff +*.elf -diff +*.hex -diff +*.bin binary linguist-generated +*.elf binary linguist-generated +*.hex binary linguist-generated