From: Sylwester Nawrocki Date: Tue, 1 Dec 2020 09:03:38 +0000 (+0100) Subject: gitattributes: Denote *.bmp.gz files as binary X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49abb855cf4f1d413b35dc809d8ddefa4e63ea75;p=platform%2Fkernel%2Fu-boot.git gitattributes: Denote *.bmp.gz files as binary Signed-off-by: Sylwester Nawrocki --- 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