diff options
author | Cole Robinson | 2015-02-27 16:21:22 +0100 |
---|---|---|
committer | Michael Tokarev | 2015-03-10 06:15:34 +0100 |
commit | acff77b1ea90366143cb16d6fb1840e5d43b6633 (patch) | |
tree | fe80a7697a22004d42a918cc8848e3f2391f3c46 /tests/.gitignore | |
parent | gitignore: Track common.env in iotests gitignore (diff) | |
download | qemu-acff77b1ea90366143cb16d6fb1840e5d43b6633.tar.gz qemu-acff77b1ea90366143cb16d6fb1840e5d43b6633.tar.xz qemu-acff77b1ea90366143cb16d6fb1840e5d43b6633.zip |
gitignore: Ignore new tests
Signed-off-by: Cole Robinson <crobinso@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 e2e4957332..0dcb61829c 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,6 +5,7 @@ check-qjson check-qlist check-qstring check-qom-interface +rcutorture test-aio test-bitops test-coroutine @@ -26,6 +27,7 @@ test-qmp-input-strict test-qmp-input-visitor test-qmp-marshal.c test-qmp-output-visitor +test-rcu-list test-rfifolock test-string-input-visitor test-string-output-visitor @@ -33,6 +35,7 @@ test-thread-pool test-throttle test-visitor-serialization test-vmstate +test-write-threshold test-x86-cpuid test-xbzrle *-test |