Ignore test executables when building in-tree: test-crypto-hmac introduced in commit 4fd460b test-aio-multithread introduced in commit 0c330a7
Signed-off-by: Eric Blake <ebl...@redhat.com> --- Doesn't affect the built binaries, but does make it harder to accidentally commit an unintended binary when doing 'git add .'. Therefore, it's up to the maintainer if this is 2.9 or 2.10 material. tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index dc37519..71521ac 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -11,6 +11,7 @@ check-qom-proplist qht-bench rcutorture test-aio +test-aio-multithread test-base64 test-bitops test-bitcnt @@ -24,6 +25,7 @@ test-crypto-afsplit test-crypto-block test-crypto-cipher test-crypto-hash +test-crypto-hmac test-crypto-ivgen test-crypto-pbkdf test-crypto-secret -- 2.9.3