[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230525034503-mutt-send-email-mst@kernel.org>
Date: Thu, 25 May 2023 03:45:17 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Rong Tao <rtoax@...mail.com>
Cc: Rong Tao <rongtao@...tc.cn>, Jason Wang <jasowang@...hat.com>,
Xuan Zhuo <xuanzhuo@...ux.alibaba.com>,
open list <linux-kernel@...r.kernel.org>,
"open list:VIRTIO CORE AND NET DRIVERS"
<virtualization@...ts.linux-foundation.org>
Subject: Re: [PATCH] tools/virtio: Add .gitignore to ringtest
On Wed, May 24, 2023 at 08:36:12PM +0800, Rong Tao wrote:
> From: Rong Tao <rongtao@...tc.cn>
>
> Ignore executions for ringtest.
I think you mean "executables".
>
> Signed-off-by: Rong Tao <rongtao@...tc.cn>
> ---
> tools/virtio/ringtest/.gitignore | 7 +++++++
> 1 file changed, 7 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..100b9e30c0f4
> --- /dev/null
> +++ b/tools/virtio/ringtest/.gitignore
> @@ -0,0 +1,7 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +/noring
> +/ptr_ring
> +/ring
> +/virtio_ring_0_9
> +/virtio_ring_inorder
> +/virtio_ring_poll
> --
> 2.39.1
>
Powered by blists - more mailing lists