From c0b380aaae66bffca967242e046241190393ccb8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 11 Apr 2019 11:19:54 -0700 Subject: [PATCH] gitattributes: avoid normalizing known binary files License: MIT Signed-off-by: Steven Allen --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index ee4d109ca57..d6b38c11dd0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,11 @@ *.md text eol=auto LICENSE text eol=auto +# Known binary types +*.png binary +*.tar binary +*.gz binary + # Binary assets assets/init-doc/* binary core/coreunix/test_data/** binary