mirror of
https://github.com/frank-w/u-boot.git
synced 2025-12-16 10:45:02 +08:00
13 lines
259 B
Plaintext
13 lines
259 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
|
|
*.bin binary
|
|
*.bmp binary
|
|
*.ttf binary
|
|
*.gz binary
|
|
*.png binary
|
|
*.svg binary
|
|
*.bin binary
|
|
*.img binary
|
|
*.elf binary
|