]> code.delx.au - gnu-emacs/blob - .gitattributes
Update .gitattributes to match current sources
[gnu-emacs] / .gitattributes
1 # Attributes of Emacs files in the Git repository.
2
3 # Copyright 2015 Free Software Foundation, Inc.
4
5 # This file is part of GNU Emacs.
6
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.
11
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.
16
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/>.
19
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
29 test/etags/c-src/dostorture.c -whitespace
30 test/etags/cp-src/c.C -whitespace
31 test/etags/html-src/algrthms.html -whitespace
32
33 # The upstream maintainer does not want to remove trailing whitespace.
34 doc/misc/texinfo.tex -whitespace=blank-at-eol
35
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