From: Eric Blake <[email protected]> Commits 9ef8112a and efad6682 introduced new tests, but forgot to ignore the built executables from an in-tree build.
Signed-off-by: Eric Blake <[email protected]> Reviewed-by: Alberto Garcia <[email protected]> Reviewed-by: Fam Zheng <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index 0f0c79b..9f3d2ee 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 -- 2.1.4
