aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Zwisler <ross.zwisler@linux.intel.com>2018-05-21 10:32:01 -0600
committerMichael S. Tsirkin <mst@redhat.com>2018-06-01 19:20:38 +0300
commit2e0c56cdde0b4bbd6ed4070626ed72d1977da07f (patch)
treef601122fb949bef33283e585ceeaa5b2d504a5a4
parentd35ea39e8db126b5f41b3f5c8aa6edf8bc3ded7d (diff)
downloadqemu-2e0c56cdde0b4bbd6ed4070626ed72d1977da07f.zip
qemu-2e0c56cdde0b4bbd6ed4070626ed72d1977da07f.tar.gz
qemu-2e0c56cdde0b4bbd6ed4070626ed72d1977da07f.tar.bz2
tests/.gitignore: add entry for generated file
After a "make check" we end up with the following: $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) tests/test-block-backend nothing added to commit but untracked files present (use "git add" to track) Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Fixes: commit ad0df3e0fdac ("block: test blk_aio_flush() with blk->root == NULL") Cc: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
-rw-r--r--tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index fb62d22..2bc61a9 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -21,6 +21,7 @@ test-base64
test-bdrv-drain
test-bitops
test-bitcnt
+test-block-backend
test-blockjob
test-blockjob-txn
test-bufferiszero