diff options
author | Itohan <itohan.ukponmwan@intel.com> | 2018-12-07 21:04:03 -0800 |
---|---|---|
committer | Itohan <itohan.ukponmwan@intel.com> | 2018-12-07 21:05:15 -0800 |
commit | 4f9472c06d57e53eff4952f41e439d5ef8f30827 (patch) | |
tree | 655b21792d40bfc203342713cb36e125c2c6a3f0 | |
parent | 6a9b548da8ec8722ba36176e6de08875bbc14666 (diff) |
Do not fix line endings for binary image files
Change-Id: Icb42d152f3339a7aa74139ef5507b536d8f9d6d1
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Issue-ID: INT-748
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
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 |