2023-04-21 12:07:26

by Rong Tao

[permalink] [raw]
Subject: [PATCH] tools/virtio: ringtest: Add .gitignore

From: Rong Tao <[email protected]>

Ignore ringtest binaries.

Signed-off-by: Rong Tao <[email protected]>
---
tools/virtio/ringtest/.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 tools/virtio/ringtest/.gitignore

diff --git a/tools/virtio/ringtest/.gitignore b/tools/virtio/ringtest/.gitignore
new file mode 100644
index 000000000000..4c6f4bad6b5d
--- /dev/null
+++ b/tools/virtio/ringtest/.gitignore
@@ -0,0 +1,6 @@
+/noring
+/ptr_ring
+/ring
+/virtio_ring_0_9
+/virtio_ring_inorder
+/virtio_ring_poll
--
2.39.1


2023-04-23 07:27:00

by Xuan Zhuo

[permalink] [raw]
Subject: Re: [PATCH] tools/virtio: ringtest: Add .gitignore

On Fri, 21 Apr 2023 20:04:33 +0800, Rong Tao <[email protected]> wrote:
> From: Rong Tao <[email protected]>
>
> Ignore ringtest binaries.
>
> Signed-off-by: Rong Tao <[email protected]>

Reviewed-by: Xuan Zhuo <[email protected]>

> ---
> tools/virtio/ringtest/.gitignore | 6 ++++++
> 1 file changed, 6 insertions(+)
> create mode 100644 tools/virtio/ringtest/.gitignore
>
> diff --git a/tools/virtio/ringtest/.gitignore b/tools/virtio/ringtest/.gitignore
> new file mode 100644
> index 000000000000..4c6f4bad6b5d
> --- /dev/null
> +++ b/tools/virtio/ringtest/.gitignore
> @@ -0,0 +1,6 @@
> +/noring
> +/ptr_ring
> +/ring
> +/virtio_ring_0_9
> +/virtio_ring_inorder
> +/virtio_ring_poll
> --
> 2.39.1
>