From 8a600e357b0009d571d174eb19b486679d445bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Barta?= Date: Thu, 29 Jan 2015 16:38:01 +0100 Subject: [PATCH] Adding webfont formats as binary in .gitattributes With the current state, our Linux workstations with default configs convert fonts' line endings, and that screws them up. These lines fix this. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index cc576ac7960..3c21bde619a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,6 @@ *.ico binary *.mo binary *.pdf binary +*.woff binary +*.ttf binary +*.eot binary