diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-06-02 18:27:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-06-02 19:59:25 -0700 |
commit | f2211e51b7bd5247dfc22ecde8e6c4be3821b6fb (patch) | |
tree | ad9b50313591cc48c828abe0de2ae4ba8200ca93 /.gitignore | |
parent | c6ee95ddeefc17410e15090539d0cb220ab6947c (diff) | |
download | emacs-f2211e51b7bd5247dfc22ecde8e6c4be3821b6fb.tar.gz |
* .gitignore: Remove !test/etags/html-src/*.html.
It's no longer needed, since *.html was removed. Sort.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index d7be8463da7..bc6be66bb52 100644 --- a/.gitignore +++ b/.gitignore @@ -208,8 +208,6 @@ lisp/international/uni-*.el *.dvi *.fn *.fns -doc/*/*.html -!test/etags/html-src/*.html *.info *.ky *.kys @@ -224,7 +222,6 @@ doc/*/*.html *.pgs *.pj *.pjs -doc/*/*.ps *.sc *.scs *.t2d/ @@ -235,6 +232,8 @@ doc/*/*.ps *.tps *.vr *.vrs +doc/*/*.html +doc/*/*.ps doc/emacs/emacsver.texi doc/man/emacs.1 doc/misc/cc-mode.ss |