From 72265651bda3c2b22b632dde478258b01ef00246 Mon Sep 17 00:00:00 2001 From: Maxim Mazurok Date: Sat, 20 Apr 2019 20:54:08 +0300 Subject: [PATCH] Exclude .png files from git auto-EOL Fix #1995 for users with the old git version --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 90e666e57f40ec..3a7b70019e9bf5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # Use Unix line endings in all text files. * text=auto eol=lf +*.png -text # Tell git which symlinks point to files, and which ones point to directories. # This is revelevant for Windows only, and requires git >= 2.19.2 to work.