Skip to content
Snippets Groups Projects
Commit a6992bf4 authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Tom Rini
Browse files

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: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
parent 8c47bb96
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment