2023-03-09 06:13:21

by Rong Tao

[permalink] [raw]
Subject: [PATCH] tools/virtio: Ignore virtio-trace/trace-agent

From: Rong Tao <[email protected]>

since commit 108fc82596e3("tools: Add guest trace agent as a user tool")
introduce virtio-trace/trace-agent, it should be ignored in the git tree.

Signed-off-by: Rong Tao <[email protected]>
---
tools/virtio/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/virtio/.gitignore b/tools/virtio/.gitignore
index 075588c4da08..9934d48d9a55 100644
--- a/tools/virtio/.gitignore
+++ b/tools/virtio/.gitignore
@@ -2,3 +2,4 @@
*.d
virtio_test
vringh_test
+virtio-trace/trace-agent
--
2.39.1



2023-03-09 08:27:17

by Stefano Garzarella

[permalink] [raw]
Subject: Re: [PATCH] tools/virtio: Ignore virtio-trace/trace-agent

On Thu, Mar 09, 2023 at 02:13:07PM +0800, Rong Tao wrote:
>From: Rong Tao <[email protected]>
>
>since commit 108fc82596e3("tools: Add guest trace agent as a user tool")
>introduce virtio-trace/trace-agent, it should be ignored in the git tree.
>
>Signed-off-by: Rong Tao <[email protected]>
>---
> tools/virtio/.gitignore | 1 +
> 1 file changed, 1 insertion(+)

Acked-by: Stefano Garzarella <[email protected]>

>
>diff --git a/tools/virtio/.gitignore b/tools/virtio/.gitignore
>index 075588c4da08..9934d48d9a55 100644
>--- a/tools/virtio/.gitignore
>+++ b/tools/virtio/.gitignore
>@@ -2,3 +2,4 @@
> *.d
> virtio_test
> vringh_test
>+virtio-trace/trace-agent
>--
>2.39.1
>