From 75c42395049701166c3246b50cf5ff7fb339c09a Mon Sep 17 00:00:00 2001 From: Denis Zharkov Date: Fri, 8 May 2020 14:12:03 +0300 Subject: [PATCH] Add "*.png binary" to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f0e7ba4de0e..63366bd8297 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,5 +2,6 @@ *Generated.java linguist-generated=true * text=auto * eol=lf +*.png binary compiler/cli/bin/* eol=lf compiler/cli/bin/*.bat eol=crlf