[Qemu-devel] [PATCH] maint: Add scsi/qemu-pr-helper to .gitignore

Lin Ma posted 1 patch 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170930041855.10997-1-lma@suse.com
Test checkpatch passed
Test docker passed
Test s390x passed
.gitignore | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PATCH] maint: Add scsi/qemu-pr-helper to .gitignore
Posted by Lin Ma 6 years, 6 months ago
Signed-off-by: Lin Ma <lma@suse.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 40acfcb9e2..30474bc1df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -135,3 +135,4 @@ trace-dtrace-root.h
 trace-dtrace-root.dtrace
 trace-ust-all.h
 trace-ust-all.c
+scsi/qemu-pr-helper
-- 
2.14.0


Re: [Qemu-devel] [PATCH] maint: Add scsi/qemu-pr-helper to .gitignore
Posted by Carlo Arenas 6 years, 6 months ago
there is already a similar patch going through the trivial patches flow to
correct this as shown in :

  https://patchwork.kernel.org/patch/9972285/

Carlo
[Qemu-devel] 答复: Re: [PATCH] maint: Add scsi/qemu-pr-helper to .gitignore
Posted by Lin Ma 6 years, 6 months ago
OK, Thanks for the information.
Lin

>>> Carlo Arenas <carenas@gmail.com> 2017/9/30 星期六 下午 2:04 >>>
>there is already a similar patch going through the trivial patches flow to correct this as shown in :
>
>https://patchwork.kernel.org/patch/9972285/
>
>Carlo