* lisp/emacs-lisp/package.el (package--with-work-buffer-async):
[emacs.git] / .gitattributes
blob21af4e68770c8a595933eed068cc93ded8eee8ff
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=cr-at-eol
23 admin/charsets/mapfiles/PTCP154 whitespace=cr-at-eol
24 leim/MISC-DIC/cangjie-table.b5 whitespace=cr-at-eol
25 leim/MISC-DIC/cangjie-table.cns whitespace=cr-at-eol
26 leim/MISC-DIC/pinyin.map whitespace=cr-at-eol
27 lib-src/update-game-score.exe.manifest whitespace=cr-at-eol
28 nt/nmake.defs whitespace=cr-at-eol
29 test/etags/c-src/dostorture.c whitespace=cr-at-eol
30 test/etags/cp-src/c.C whitespace=cr-at-eol
31 test/etags/html-src/algrthms.html whitespace=cr-at-eol
33 # The upstream maintainer does not want to remove trailing whitespace.
34 doc/misc/texinfo.tex -whitespace=blank-at-eol
36 # Some files should not be treated as text when diffing or merging.
37 *.gpg binary
38 *.gz binary
39 *.icns binary
40 *.ico binary
41 *.pbm binary
42 *.pdf binary
43 *.png binary
44 *.sig binary
45 *.tiff binary
46 etc/e/eterm-color binary