diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 13:15:12 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 15:58:18 -0400 |
commit | e96db08851393e249ea1c2a6ff87d15b89dbca4b (patch) | |
tree | 30b343d13752bb85626998b0c8cb13280ebe7279 | |
parent | b0a41a3af62abf1b1127e64f9c6940c868bbc58d (diff) |
All .key files are binary
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 4283d063..a14f043a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ *.sha1 text eol=lf charmap.txt text eol=crlf working-tree-encoding=utf-16le-bom files/msgdata/msg/*.txt eol=crlf working-tree-encoding=utf-16le-bom -files/msgdata/msg/*.key binary +*.key binary |