diff options
author | Damien George <damien.p.george@gmail.com> | 2019-06-01 15:59:48 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-06-03 14:57:50 +1000 |
commit | 53f2ac9017e616975194b509dd1b29c4a30cfb1d (patch) | |
tree | db9dad74f5c4c015152d22389d6b0c8ec094b4cc | |
parent | 1043f1a0471757fb46350494aff32114b5e2574b (diff) |
gitattributes: Mark *.a files as binary.
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index fdd31021f..e6d31d6aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ *.bat text eol=crlf # These are binary so should never be modified by git. +*.a binary *.png binary *.jpg binary *.dxf binary |