From 44ddc28fa8d2115e97cf94d41da86eb7b26ae6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= Date: Thu, 8 Jul 2021 11:09:35 +0200 Subject: [PATCH] Add new rules to .gitattributes This will make sure that all source files have native line endings when checked out locally. Reviewed-by: Erik Faye-Lund Part-of: --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 2d4b6ac4442..c0386978fad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ *.csv eol=crlf +* text=auto +*.jpg binary +*.png binary +*.gif binary +*.ico binary