From: Ken Hornstein Date: Sun, 14 Aug 2016 17:26:59 +0000 (-0400) Subject: Newer versions of Automake want to include the test-driver script, X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/baecaa2380db6164c1992fdffccca8ea9a61d5ba?ds=sidebyside;hp=fe56a6a89c7a5dbfc2ecedda0d00af9eb1086225 Newer versions of Automake want to include the test-driver script, so make sure we ignore it. (cherry picked from commit bd6f799b1d98c11b50a4121c9ac763bcf1b1b3fe) --- diff --git a/.gitignore b/.gitignore index 4aa2623c..9fb36a8a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ /depcomp /install-sh /missing +/test-driver /ylwrap /nmh-*.tar.gz /nmh-*.tar.gz.sig diff --git a/Makefile.am b/Makefile.am index 1bffc065..16a512ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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