diff options
author | Markus Armbruster <armbru@redhat.com> | 2013-09-24 09:43:40 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-10-01 16:06:07 +0400 |
commit | 9dbb52e862458935c250bac9e71d5a87da4e33e9 (patch) | |
tree | 5c04476b58e91339e5fd82e849138e1f5b0d0991 | |
parent | d1c295f5721f206d55315405baa2c299acec7d76 (diff) | |
download | qemu-9dbb52e862458935c250bac9e71d5a87da4e33e9.zip qemu-9dbb52e862458935c250bac9e71d5a87da4e33e9.tar.gz qemu-9dbb52e862458935c250bac9e71d5a87da4e33e9.tar.bz2 |
tests: Update .gitignore for test-int128 and test-bitops
Forgotten in commit 6046c62 and 3464700.
Cc: qemu-stable@nongnu.org
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index ae5280e..f94ce04 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,9 +5,11 @@ check-qjson check-qlist check-qstring test-aio +test-bitops test-throttle test-cutils test-hbitmap +test-int128 test-iov test-mul64 test-qapi-types.[ch] |