diff options
author | Fam Zheng <famz@redhat.com> | 2013-09-22 20:49:19 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-10-01 16:06:07 +0400 |
commit | d1c295f5721f206d55315405baa2c299acec7d76 (patch) | |
tree | 86e625f68875e1a78d51ef332df60ba427cef918 /tests/qemu-iotests | |
parent | a684f3cf9b9b9c3cb82be87aafc463de8974610c (diff) |
.gitignore: ignore tests/qemu-iotests/socket_scm_helper
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Wenchao Xia<xiawenc@linux.vnet.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/qemu-iotests')
-rw-r--r-- | tests/qemu-iotests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/.gitignore b/tests/qemu-iotests/.gitignore index 62b4002995..0541f80daa 100644 --- a/tests/qemu-iotests/.gitignore +++ b/tests/qemu-iotests/.gitignore @@ -2,6 +2,7 @@ check.log check.time *.out.bad *.notrun +socket_scm_helper # ignore everything in the scratch directory scratch/ |