From: Itohan Date: Sat, 8 Dec 2018 05:04:03 +0000 (-0800) Subject: Do not fix line endings for binary image files X-Git-Tag: 3.0.1-ONAP~38 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4f9472c06d57e53eff4952f41e439d5ef8f30827;p=integration.git Do not fix line endings for binary image files Change-Id: Icb42d152f3339a7aa74139ef5507b536d8f9d6d1 Signed-off-by: Itohan Ukponmwan Issue-ID: INT-748 --- diff --git a/.gitattributes b/.gitattributes index 6313b56c5..46526f6ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto eol=lf +*.png binary +*.jpg binary