mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
c1cad06f69
Add a compressed 16bpp BMP file and a test to cover this. Signed-off-by: Simon Glass <sjg@chromium.org>
6 lines
181 B
Text
6 lines
181 B
Text
# 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
|
|
*.bmp binary
|
|
*.ttf binary
|
|
*.gz binary
|