From b1d3b967b78ee77db6bd3b38b7ccf49e8de10298 Mon Sep 17 00:00:00 2001 From: Phaiax Date: Mon, 2 Oct 2017 10:12:59 +0200 Subject: [PATCH] Fix with .gitattributes: Git on Linux tried to autoconvert line endings for fonts and png. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 45bca848..81c7df5e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,7 @@ * text=auto eol=lf *.rs rust +*.woff -text +*.ttf -text +*.otf -text +*.png -text