commit | 42213d4c31ac6a868df25a7ef3e9d45536605859 | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <martin.horenovsky@gmail.com> | Fri Jan 26 16:45:32 2018 +0100 |
committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Fri Jan 26 16:45:32 2018 +0100 |
tree | ab004f59dd1eec55f08c5492638b153dcbfcbbd4 | |
parent | 62dae592c330ab74cea30c897255ee9518639c3f [diff] [blame] |
Keep LICENCE.txt with LF as line endings for easy hashing
diff --git a/.gitattributes b/.gitattributes index e29707e..9e88eb4 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -13,3 +13,5 @@ # Keep the single include header with LFs to make sure it is uploaded, # hashed etc with LF single_include/*.hpp eol=lf +# Also keep the LICENCE file with LFs for the same reason +LICENCE.txt eol=lf