Add xref-pulse-on-jump
[emacs.git] / .gitattributes
blobc3bbf664ceb184faaed1aff7f63ab6c66f77ec28
1 # Attributes of Emacs files in the Git repository.
3 # Copyright 2015 Free Software Foundation, Inc.
5 # This file is part of GNU Emacs.
7 # GNU Emacs is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
12 # GNU Emacs is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20 # A few files use CRLF endings, even on non-Microsoft platforms.
21 # Do not warn about trailing whitespace with these files.
22 *.bat -whitespace
23 admin/charsets/mapfiles/PTCP154 -whitespace
24 leim/MISC-DIC/cangjie-table.b5 -whitespace
25 leim/MISC-DIC/cangjie-table.cns -whitespace
26 leim/MISC-DIC/pinyin.map -whitespace
27 lib-src/update-game-score.exe.manifest -whitespace
28 nt/nmake.defs -whitespace
30 # The upstream maintainer does not want to remove trailing whitespace.
31 doc/misc/texinfo.tex -whitespace=blank-at-eol
33 # Some files should not be treated as text when diffing or merging.
34 *.gpg binary
35 *.gz binary
36 *.icns binary
37 *.ico binary
38 *.pbm binary
39 *.pdf binary
40 *.png binary
41 *.sig binary
42 *.tiff binary
43 test/automated/data/decompress/foo-gzipped binary