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 /test | |
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 'test')
-rw-r--r-- | test/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index da86d6ebc..a62fc3d70 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -11,3 +11,5 @@ xfree86 xkb xtest signal-logging +*.log +*.trs |