From dee3fb51c82f420ce49b997d15b362edfeddbf74 Mon Sep 17 00:00:00 2001 From: bueltge Date: Thu, 14 Jul 2016 14:09:54 +0200 Subject: [PATCH] Update gitattributes, image rules --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 07764a7..1de3646 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ -* text eol=lf \ No newline at end of file +* text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary