emacs-lisp/package.el (package--read-pkg-desc): Fix tar-desc reference.
[emacs.git] / .gitattributes
blobc568ba293da4cc3944007eba921fe297f23456e5
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 # Some files should not be treated as text when diffing or merging.
31 *.gpg binary
32 *.gz binary
33 *.icns binary
34 *.ico binary
35 *.pbm binary
36 *.pdf binary
37 *.png binary
38 *.sig binary
39 *.tiff binary
40 test/automated/data/decompress/foo-gzipped binary