projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c7fda
)
* .gitattributes: *.cur and *.pif are binary files too.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 10 Jan 2016 08:51:10 +0000
(
00:51
-0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 10 Jan 2016 08:51:10 +0000
(
00:51
-0800)
.gitattributes
patch
|
blob
|
history
diff --git
a/.gitattributes
b/.gitattributes
index 8f61c807d72e9841bbe478e39f7d4af6d924b31c..5ccf9a5eabbc1209e116b674170bc573e6b16ae4 100644
(file)
--- 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