From 0e9d98d860e47d6b2e90691ac86ef56469a97121 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Thu, 24 Sep 2015 23:49:37 +1200 Subject: [PATCH] Make fonts binary in gitattributes --- .gitattributes | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3720cc6771..d67224b7b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,7 @@ -# Auto detect text files and perform LF normalization +# auto detect text files and perform LF normalization * text eol=lf -# Custom for Visual Studio -*.cs diff=csharp - -# Standard to msysgit +# text *.doc diff=astextplain *.DOC diff=astextplain *.docx diff=astextplain @@ -15,19 +12,10 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain - -# BS3 -*.eot diff=astextplain -*.EOT diff=astextplain *.svg diff=astextplain *.SVG diff=astextplain -*.ttf diff=astextplain -*.TTF diff=astextplain -*.woff diff=astextplain -*.WOFF diff=astextplain -*.woff2 diff=astextplain -*.WOFF2 diff=astextplain +# binary *.z binary *.xls binary *.xlsx binary @@ -38,3 +26,16 @@ *.bz2 binary *.pdf binary *.jar binary + +# fonts +*.eot binary +*.EOT binary +*.ttf binary +*.TTF binary +*.woff binary +*.WOFF binary +*.woff2 binary +*.WOFF2 binary + +# Custom for Visual Studio +*.cs diff=csharp \ No newline at end of file -- GitLab