emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 684eb58: * .gitattributes: *.cur and *.pif are bi


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 684eb58: * .gitattributes: *.cur and *.pif are binary files too.
Date: Sun, 10 Jan 2016 08:51:14 +0000

branch: emacs-25
commit 684eb58db992dec56a05719732edc547fa77c1be
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * .gitattributes: *.cur and *.pif are binary files too.
---
 .gitattributes |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 8f61c80..5ccf9a5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]