diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-06-02 18:27:28 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-06-02 18:27:28 +0300 |
commit | 98cb43fb0d6b29260c96662ee18f3cfbc4878c97 (patch) | |
tree | d3fe1d147ed5a57238f8d6635cbe96288a8376de | |
parent | a158324abdab59ea28f58a4af9311d447d4a1879 (diff) | |
download | emacs-98cb43fb0d6b29260c96662ee18f3cfbc4878c97.tar.gz |
Minor tweaks for .gitignore
* .gitignore: Don't ignore versioned *.html and *.ps files. Don't
ignore admin/notes/tags that might be ignored as TAGS on
case-insensitive filesystems. (Bug#20710)
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 2f47e3c4f15..d7be8463da7 100644 --- a/.gitignore +++ b/.gitignore @@ -155,6 +155,7 @@ test/etags/CTAGS # ctags, etags. TAGS +!admin/notes/tags # GNU global. GPATH @@ -207,7 +208,7 @@ lisp/international/uni-*.el *.dvi *.fn *.fns -*.html +doc/*/*.html !test/etags/html-src/*.html *.info *.ky @@ -223,8 +224,7 @@ lisp/international/uni-*.el *.pgs *.pj *.pjs -*.ps -!test/etags/ps-src/*.ps +doc/*/*.ps *.sc *.scs *.t2d/ |