From 8dc8f227603831513b2d4afc62261908665e6a2f Mon Sep 17 00:00:00 2001 From: Maxim Mazurok Date: Sat, 20 Apr 2019 22:11:16 +0300 Subject: [PATCH] Exclude .png files from git auto-EOL (#2161) Fix #1995 for users with the old git version --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 90e666e57f..3a7b70019e 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.