mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-05 05:56:53 +03:00
a43bccfc3c
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.
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
# Set the default behavior to always use LF file endings
|
|
* text=auto eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.bmp binary
|
|
*.dds binary
|
|
*.gif binary
|
|
*.jpg binary
|
|
*.pbm binary
|
|
*.pgm binary
|
|
*.png binary
|
|
*.ppm binary
|