diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 16:23:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 16:24:37 (EDT) |
commit | c280d7a49f16dfaad2753652f27a46d2cad4ab52 (patch) | |
tree | 840bc20d880207612195ae29a4841504db3c1124 /.gitignore | |
parent | 44e452fb3c8cc7a093d72fbc280be3973e627a62 (diff) |
build-aux/tap-driver.sh: New file
Copied from lib/tap-driver.sh in GNU Automake.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,7 +8,8 @@ aclocal.m4 autom4te.cache/ configure -build-aux/ +build-aux/* +!build-aux/tap-driver.sh ChangeLog INSTALL Makefile.in @@ -25,8 +26,8 @@ prokit locale/*.ms man/*.[18] man/*.[18].mdwn -*-*/ -*-*.tar* +prokit-*/ +prokit-*.tar* .builddirstamp tests/*[^.]?? tests/*.log |