From: Gary Wu Date: Fri, 15 Feb 2019 19:18:29 +0000 (-0800) Subject: Do not fix line endings for binary image files X-Git-Tag: 4.0.0-ONAP~264 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F78581%2F1;p=integration.git Do not fix line endings for binary image files Change-Id: Ib9270d64b9bd53de3694c2b96f26b18dc21f70f0 Issue-ID: INT-748 Signed-off-by: Gary Wu --- diff --git a/.gitattributes b/.gitattributes index 6313b56c5..3185c448b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ * text=auto eol=lf +*.png binary +*.jpg binary +*.xlsx binary