diff options
author | red031000 <rubenru09@aol.com> | 2020-04-27 20:41:32 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-04-27 20:41:32 +0100 |
commit | dcb315ec000fc88d718379a31491df10b8dd1895 (patch) | |
tree | 894c5a5258280d8f5a88f195c1c20c5fa5fa7f70 | |
parent | cc47e937c121807c5a6cdc4d87aee1b6384beb20 (diff) |
add eol normalisation for .sha1 files because git is dumb
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ce8c0f74 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sha1 text eol=lf
\ No newline at end of file |