diff options
author | Changlong Xie <xiecl.fnst@cn.fujitsu.com> | 2016-11-07 12:59:25 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-12-06 20:05:49 +0000 |
commit | b5b7b5deb41f50ce1903ec26c0132862f34da63d (patch) | |
tree | 75f1cfbeaa319e0e2e3651f7d8e4b33f6f997b04 | |
parent | 68701de1362b29fd6941a2021e9393ddbe60edd8 (diff) | |
download | qemu-b5b7b5deb41f50ce1903ec26c0132862f34da63d.zip |
tests/.gitignore: Ignore test-char
[Lin Ma <lma@suse.com> notes that commit ea3af47d added test for chardev
unit tests, but didn't add the name of generated binary in .gitignore.
--Stefan]
Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 1478494765-13233-1-git-send-email-xiecl.fnst@cn.fujitsu.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index c0d7857538..e9b182e2bd 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -16,6 +16,7 @@ test-bitops test-blockjob test-blockjob-txn test-bufferiszero +test-char test-clone-visitor test-coroutine test-crypto-afsplit |