From 7136018c73028142193c00c19ddf69ea3d602d5a Mon Sep 17 00:00:00 2001 From: ByteCommander Date: Tue, 8 Oct 2019 15:37:21 +0200 Subject: Add favicons; workaround for gitattributes --- .gitattributes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index a90a0a96..e9e08359 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,11 @@ # Declare files that will always have LF line endings on checkout # This prevents git on Windows from automatically inserting CRLF line endings -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf + +# Specifically declare known binary files to avoid problems with Git versions +# before 2.10, where the 'eol' setting has higher priority than 'text=auto', +# causing binary files to get normalized and corrupted otherwise. +# See e.g. https://stackoverflow.com/a/38588882/4464570 +*.png binary +*.whl binary + -- cgit v1.2.3