On Tue, 09/20 09:43, Eric Blake wrote: > Commits 9ef8112a and efad6682 introduced new tests, but forgot > to ignore the built executables from an in-tree build. > > Signed-off-by: Eric Blake <ebl...@redhat.com> > --- > tests/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/.gitignore b/tests/.gitignore > index b4a9cfc..bb25b7e 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.7.4 > >
Reviewed-by: Fam Zheng <f...@redhat.com>