From: Sebastian Andrzej Siewior Date: Fri, 10 Mar 2023 13:52:30 +0000 (+0100) Subject: gitattributes: Treat .bin files as binary. X-Git-Tag: baikal/mips/sdk5.8.2~5^2~15^2~2 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=fc679a59e3e9e404bfb8f0f5c37cc5094714ebbf;p=uboot.git gitattributes: Treat .bin files as binary. Binary files, which are committed to a private fork of this repository, will be subject to line feed substitution unless marked as binary. Mark .bin files as binary. Signed-off-by: Sebastian Andrzej Siewior --- diff --git a/.gitattributes b/.gitattributes index d5931f03e7..7a7c416356 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ # Declare files that always have LF line endings on checkout * text eol=lf # Denote all files that are truly binary and should not be modified +*.bin binary *.bmp binary *.ttf binary *.gz binary