mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* .gitattributes: *.cur and *.pif are binary files too.
This commit is contained in:
parent
d2c7fda965
commit
684eb58db9
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -34,12 +34,14 @@ test/etags/html-src/algrthms.html whitespace=cr-at-eol
|
|||
doc/misc/texinfo.tex -whitespace=blank-at-eol
|
||||
|
||||
# Some files should not be treated as text when diffing or merging.
|
||||
*.cur binary
|
||||
*.gpg binary
|
||||
*.gz binary
|
||||
*.icns binary
|
||||
*.ico binary
|
||||
*.pbm binary
|
||||
*.pdf binary
|
||||
*.pif binary
|
||||
*.png binary
|
||||
*.sig binary
|
||||
*.tiff binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue