mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-04 05:19:58 +03:00
Meta: Mark the other image file formats as binary in .gitattributes
We had rules for .png and .jpg files, but we have not maintained the list as support for other file formats has been added. To test these changes test files have been committed for each of these formats. This change updates the list with all of the binary image file types I was able to find in the tree at the time of writing.
This commit is contained in:
parent
d58263497b
commit
a43bccfc3c
Notes:
sideshowbarker
2024-07-18 17:44:01 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/a43bccfc3ce Pull-request: https://github.com/SerenityOS/serenity/pull/7303
8
.gitattributes
vendored
8
.gitattributes
vendored
@ -2,5 +2,11 @@
|
||||
* text=auto eol=lf
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.png binary
|
||||
*.bmp binary
|
||||
*.dds binary
|
||||
*.gif binary
|
||||
*.jpg binary
|
||||
*.pbm binary
|
||||
*.pgm binary
|
||||
*.png binary
|
||||
*.ppm binary
|
||||
|
Loading…
Reference in New Issue
Block a user