Преглед на файлове

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.
Brian Gianforcaro преди 4 години
родител
ревизия
a43bccfc3c
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 7 1
      .gitattributes

+ 7 - 1
.gitattributes

@@ -2,5 +2,11 @@
 * text=auto eol=lf
 * text=auto eol=lf
 
 
 # Denote all files that are truly binary and should not be modified.
 # Denote all files that are truly binary and should not be modified.
-*.png binary
+*.bmp binary
+*.dds binary
+*.gif binary
 *.jpg binary
 *.jpg binary
+*.pbm binary
+*.pgm binary
+*.png binary
+*.ppm binary