[PATCH] 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 bigeasy@linutronix.de --- .gitattributes | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitattributes b/.gitattributes index d5931f03e7c74..7a7c416356028 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

On Fri, Mar 10, 2023 at 02:52:30PM +0100, Sebastian Andrzej Siewior wrote:
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 bigeasy@linutronix.de
Applied to u-boot/master, thanks!
participants (2)
-
Sebastian Andrzej Siewior
-
Tom Rini