diff options
| author | Eric Blake | 2017-03-08 16:15:44 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2017-05-07 08:57:51 +0200 |
| commit | 46bbbec2d30c3d791a6d328e5ef861694ff3eafb (patch) | |
| tree | 8d0453a8d60dc1912c7192aa7d80c8715be32b00 /tests/.gitignore | |
| parent | Add 'none' as type for drive's if option (diff) | |
| download | qemu-46bbbec2d30c3d791a6d328e5ef861694ff3eafb.tar.gz qemu-46bbbec2d30c3d791a6d328e5ef861694ff3eafb.tar.xz qemu-46bbbec2d30c3d791a6d328e5ef861694ff3eafb.zip | |
tests: Ignore more test executables
Ignore test executables when building in-tree:
test-arm-mptimer introduced in commit 882fac3
test-crypto-hmac introduced in commit 4fd460b
test-aio-multithread introduced in commit 0c330a7
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/.gitignore')
| -rw-r--r-- | tests/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index a966740c2c..5ab00a9c95 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -11,6 +11,8 @@ check-qom-proplist qht-bench rcutorture test-aio +test-aio-multithread +test-arm-mptimer test-base64 test-bitops test-bitcnt @@ -24,6 +26,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 |
