From 42213d4c31ac6a868df25a7ef3e9d45536605859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 26 Jan 2018 16:45:32 +0100 Subject: [PATCH] Keep LICENCE.txt with LF as line endings for easy hashing --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index e29707ef..9e88eb40 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