diff options
author | Cole Robinson <crobinso@redhat.com> | 2014-04-11 18:23:02 -0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-04-27 13:04:18 +0400 |
commit | a27b04577e6db52158d0e1d4483dfbaa037bff5d (patch) | |
tree | c05c9432a31a3f4a50fdcc2791cbc4e4162d5f2b /tests | |
parent | 296b14491aaaeb7082f8447f6650bfb22c58965b (diff) | |
download | qemu-a27b04577e6db52158d0e1d4483dfbaa037bff5d.tar.gz qemu-a27b04577e6db52158d0e1d4483dfbaa037bff5d.tar.bz2 qemu-a27b04577e6db52158d0e1d4483dfbaa037bff5d.zip |
tests/.gitignore: Ignore test-rfifolock
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 3aa1e95618..c71c11020e 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -23,6 +23,7 @@ test-qmp-input-strict test-qmp-input-visitor test-qmp-marshal.c test-qmp-output-visitor +test-rfifolock test-string-input-visitor test-string-output-visitor test-thread-pool |