c1cad06f69
Add a compressed 16bpp BMP file and a test to cover this. Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
# 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
|