diff options
author | Eric Blake <eblake@redhat.com> | 2016-09-20 09:43:01 -0500 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-10-08 09:02:19 +0300 |
commit | 496e079813ac793523213eebc099940b91855fd9 (patch) | |
tree | 110e91bad4ceba20eb6511f825549af4c9e64222 /tests/.gitignore | |
parent | a1c2bbc87b227dbf8e00b9684544eff9c861fcf7 (diff) |
tests: Ignore test executables
Commits 9ef8112a and efad6682 introduced new tests, but forgot
to ignore the built executables from an in-tree build.
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 0f0c79b1a9..9f3d2ee038 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -12,7 +12,9 @@ rcutorture test-aio test-base64 test-bitops +test-blockjob test-blockjob-txn +test-bufferiszero test-clone-visitor test-coroutine test-crypto-afsplit |