diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-02-15 11:18:29 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-02-15 11:18:29 -0800 |
commit | 65c30109d7092f973024c7f936d94e3f17a6c350 (patch) | |
tree | 5ae45e9cbc4ad6cfbb37ea827a26a86035b09e07 | |
parent | 9b780338eb8b85fc713f272a7cae865f1265f109 (diff) |
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>
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
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 |