* .gitattributes: *.cur and *.pif are binary files too.

This commit is contained in:
Paul Eggert 2016-01-10 00:51:10 -08:00
parent d2c7fda965
commit 684eb58db9

2
.gitattributes vendored
View file

@ -34,12 +34,14 @@ test/etags/html-src/algrthms.html whitespace=cr-at-eol
doc/misc/texinfo.tex -whitespace=blank-at-eol doc/misc/texinfo.tex -whitespace=blank-at-eol
# Some files should not be treated as text when diffing or merging. # Some files should not be treated as text when diffing or merging.
*.cur binary
*.gpg binary *.gpg binary
*.gz binary *.gz binary
*.icns binary *.icns binary
*.ico binary *.ico binary
*.pbm binary *.pbm binary
*.pdf binary *.pdf binary
*.pif binary
*.png binary *.png binary
*.sig binary *.sig binary
*.tiff binary *.tiff binary