commit | 65c30109d7092f973024c7f936d94e3f17a6c350 | [log] [tgz] |
---|---|---|
author | Gary Wu <gary.i.wu@huawei.com> | Fri Feb 15 11:18:29 2019 -0800 |
committer | Gary Wu <gary.i.wu@huawei.com> | Fri Feb 15 11:18:29 2019 -0800 |
tree | 5ae45e9cbc4ad6cfbb37ea827a26a86035b09e07 | |
parent | 9b780338eb8b85fc713f272a7cae865f1265f109 [diff] [blame] |
Do not fix line endings for binary image files Change-Id: Ib9270d64b9bd53de3694c2b96f26b18dc21f70f0 Issue-ID: INT-748 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/.gitattributes b/.gitattributes index 6313b56..3185c44 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -1 +1,4 @@ * text=auto eol=lf +*.png binary +*.jpg binary +*.xlsx binary