Keep LICENCE.txt with LF as line endings for easy hashing

This commit is contained in:
Martin Hořeňovský 2018-01-26 16:45:32 +01:00
parent 62dae592c3
commit 42213d4c31

2
.gitattributes vendored
View File

@ -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