diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2015-11-28 23:13:24 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2015-11-30 21:32:31 +0000 |
commit | 0baf45dbe3dfeb9f5fc03a3213ceeccb170643cf (patch) | |
tree | d6e6e0603d53e0428e0db75b82442a7b2c1ad220 /.gitignore | |
parent | cbfb129555482c582fe875766680bf8179c0588c (diff) | |
download | emacs-0baf45dbe3dfeb9f5fc03a3213ceeccb170643cf.tar.gz |
Tests now depend on source files
* test/Makefile.in: Include dependences from tests to source files.
* test/make-test-deps.emacs-lisp: New file
* .gitignore: Ignore generated make include file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e83760b2a24..682179150a3 100644 --- a/.gitignore +++ b/.gitignore @@ -153,6 +153,8 @@ test/manual/etags/srclist test/manual/etags/regexfile test/manual/etags/ETAGS test/manual/etags/CTAGS +# Generated by test/make-test-deps.emacs-lisp +test/make-test-deps.mk # ctags, etags. TAGS |