diff options
author | YamaArashi <shadow962@live.com> | 2016-09-02 12:04:53 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-02 12:04:53 -0700 |
commit | 55145c6eabf64b8d5bee6fc9f3c64343c6efcc03 (patch) | |
tree | dd1cad62ea95a28adc94cd7ad218d2eaea5d9aae | |
parent | 4c94b11ff3d217c13430d211e29aa0c639755e68 (diff) |
add *.sha1 to .gitattributes
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 5229f0d3f..18a043001 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ Makefile text eol=lf *.h text eol=lf *.pl text eol=lf *.inc text eol=lf +*.sha1 text eol=lf *.png binary *.bin binary |