diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2014-03-25 14:57:12 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-04-21 13:41:42 -0700 |
commit | 9c86d5f4f6f5d6d135a9f2f8eae904c6441e84e5 (patch) | |
tree | 2f305d7b4a11843bb430ede3f5e3249c424635b3 /.gitignore | |
parent | 28fa5dd5cad3a5fb51018250dfa2b605a8aea85c (diff) |
.gitignore: Add new autotools file 'test-driver'
Automake 1.12 introduces a new parallel test framework that uses a shell
script helper and generates *.log and *.trs files. Add to .gitignore.
Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 94a12fdc2..dc56b4651 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ mkinstalldirs py-compile stamp-h? symlink-tree +test-driver texinfo.tex ylwrap |