projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c47bb9
)
gitattributes: Treat .bin files as binary.
author
Sebastian Andrzej Siewior
<bigeasy@linutronix.de>
Fri, 10 Mar 2023 13:52:30 +0000
(14:52 +0100)
committer
Tom Rini
<trini@konsulko.com>
Wed, 22 Mar 2023 16:51:13 +0000
(12:51 -0400)
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
patch
|
blob
|
history
diff --git
a/.gitattributes
b/.gitattributes
index d5931f03e7c7420b980a854fb5b63b79a7ddc530..7a7c416356028cbe6ba2bd30f128082a6867386d 100644
(file)
--- 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