From 49abb855cf4f1d413b35dc809d8ddefa4e63ea75 Mon Sep 17 00:00:00 2001 From: Sylwester Nawrocki Date: Tue, 1 Dec 2020 10:03:38 +0100 Subject: [PATCH] gitattributes: Denote *.bmp.gz files as binary Signed-off-by: Sylwester Nawrocki --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 899473ab0f..f2bc9b9ed0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,5 @@ * text eol=lf # Denote all files that are truly binary and should not be modified *.bmp binary +*.bmp.gz binary *.ttf binary -- 2.34.1