Re: [PATCH] gitattributes: Treat .bin files as binary.

2023-03-22 Thread Tom Rini
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

[PATCH] gitattributes: Treat .bin files as binary.

2023-03-10 Thread Sebastian Andrzej Siewior
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 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes