]> diplodocus.org Git - nmh/commitdiff
Newer versions of Automake want to include the test-driver script,
authorKen Hornstein <kenh@pobox.com>
Sun, 14 Aug 2016 17:26:59 +0000 (13:26 -0400)
committerDavid Levine <david.levine@gonift.com>
Mon, 15 Aug 2016 00:04:30 +0000 (20:04 -0400)
so make sure we ignore it.

(cherry picked from commit bd6f799b1d98c11b50a4121c9ac763bcf1b1b3fe)

.gitignore
Makefile.am

index 4aa2623cb6d5d4164de32b5c12ed4616babbc18b..9fb36a8aec31c556262e66c73299f720a310c133 100644 (file)
@@ -19,6 +19,7 @@
 /depcomp
 /install-sh
 /missing
+/test-driver
 /ylwrap
 /nmh-*.tar.gz
 /nmh-*.tar.gz.sig
index 1bffc06578d808209af3d984db454bf047f0a81c..16a512ecd577578a7e7ae8c1f3afc5528ffec63d 100644 (file)
@@ -142,7 +142,8 @@ MAINTAINERCLEANFILES = atags cscope.files cscope.out cscope.in.out cscope.po.out
 ##
 SUPERCLEANFILES = ChangeLog Makefile.in aclocal.m4 compile config.guess \
                  config.h.in config.h.in~ config.sub configure depcomp \
-                 install-sh missing ylwrap nmh-*.tar.gz nmh-*.tar.gz.sig
+                 install-sh missing test-driver ylwrap nmh-*.tar.gz \
+                 nmh-*.tar.gz.sig
 superclean: maintainer-clean
        @rm -f $(SUPERCLEANFILES)
 .PHONY: superclean