diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-05-12 20:05:52 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-05-12 20:08:00 +0300 |
commit | 000f5e0e43ee5784bedf6e70e5f324a24f2f455c (patch) | |
tree | afc3efa532732a9661fe8b7670d6b68e16516ccd /.gitignore | |
parent | c03c195a274ab4092cc5f2a881a87cb2643d9b3b (diff) | |
download | emacs-000f5e0e43ee5784bedf6e70e5f324a24f2f455c.tar.gz |
Add a test suite for etags
* test/etags/: New test suite, adapted from
http://fly.isti.cnr.it/pub/software/unix/etags-regression-test.tar.bz2,
whose original author is Francesco Potortì <pot@gnu.org>.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9d32e6bafc4..4e526beedc5 100644 --- a/.gitignore +++ b/.gitignore @@ -39,11 +39,13 @@ src/config.in Info.plist InfoPlist.strings Makefile +makefile !admin/charsets/Makefile !etc/refcards/Makefile !test/automated/data/flymake/Makefile !test/indent/Makefile -makefile +!test/etags/Makefile +!test/etags/make-src/Makefile /*.cache /confdefs.h /config.status @@ -145,6 +147,10 @@ src/*.map # Tests. test/indent/*.new test/biditest.txt +test/etags/srclist +test/etags/regexfile +test/etags/ETAGS +test/etags/CTAGS # ctags, etags. TAGS @@ -200,6 +206,7 @@ lisp/international/uni-*.el *.fn *.fns *.html +!test/etags/html-src/*.html *.info *.ky *.kys @@ -215,6 +222,7 @@ lisp/international/uni-*.el *.pj *.pjs *.ps +!test/etags/ps-src/*.ps *.sc *.scs *.t2d/ |