Update .gitattributes to match current sources
http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00879.html * .gitattributes: Accommodate tests that insist on DOS format. Remove test/automated/data/decompress/foo-gzipped. Add etc/e/eterm-color.
This commit is contained in:
parent
83c7e62a30
commit
e553c503f4
1 changed files with 4 additions and 1 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -26,6 +26,9 @@ leim/MISC-DIC/cangjie-table.cns -whitespace
|
|||
leim/MISC-DIC/pinyin.map -whitespace
|
||||
lib-src/update-game-score.exe.manifest -whitespace
|
||||
nt/nmake.defs -whitespace
|
||||
test/etags/c-src/dostorture.c -whitespace
|
||||
test/etags/cp-src/c.C -whitespace
|
||||
test/etags/html-src/algrthms.html -whitespace
|
||||
|
||||
# The upstream maintainer does not want to remove trailing whitespace.
|
||||
doc/misc/texinfo.tex -whitespace=blank-at-eol
|
||||
|
@ -40,4 +43,4 @@ doc/misc/texinfo.tex -whitespace=blank-at-eol
|
|||
*.png binary
|
||||
*.sig binary
|
||||
*.tiff binary
|
||||
test/automated/data/decompress/foo-gzipped binary
|
||||
etc/e/eterm-color binary
|
||||
|
|
Loading…
Add table
Reference in a new issue