diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:10:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:10:13 (EDT) |
commit | 3eee52ce0b4a5ef920ce835fb93082804769c79b (patch) | |
tree | f111650e57885d81a4095f7c5a1c2c4f6501a750 /.gitignore | |
parent | ea8868be52ef56c342725b83cdcb59493a65d887 (diff) |
.gitignore: Include build-aux/tap-driver.sh
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,7 +8,8 @@ Session.vim aclocal.m4 autom4te.cache/ configure -build-aux/ +build-aux/* +!build-aux/tap-driver.sh ChangeLog INSTALL Makefile.in @@ -24,8 +25,8 @@ config.sh pro-archman locale/*.ms man/*.1 -*-*/ -*-*.tar* +pro-archman-*/ +pro-archman-*.tar* tests/*[^.]?? tests/*.log tests/*.trs |