aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2023-03-10 14:52:30 +0100
committerTom Rini <trini@konsulko.com>2023-03-22 12:51:13 -0400
commita6992bf40d89e3147e319bdae01bf544a65092fc (patch)
tree1a5633709c93ea18d1204f5d5f688a6fab0eb2fa
parent8c47bb96362eb50ff513f49f218f5a306b6c4de8 (diff)
downloadu-boot-a6992bf40d89e3147e319bdae01bf544a65092fc.zip
u-boot-a6992bf40d89e3147e319bdae01bf544a65092fc.tar.gz
u-boot-a6992bf40d89e3147e319bdae01bf544a65092fc.tar.bz2
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>
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index d5931f0..7a7c416 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