From: Rong Tao Date: Thu, 25 May 2023 08:37:28 +0000 (+0800) Subject: tools/virtio: Add .gitignore for ringtest X-Git-Tag: v6.6.7~2699^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c66dbc39a7104c5a9f033c0450dfa6f697a71f94;p=platform%2Fkernel%2Flinux-starfive.git tools/virtio: Add .gitignore for ringtest Ignore executables for ringtest. Signed-off-by: Rong Tao Message-Id: Signed-off-by: Michael S. Tsirkin --- diff --git a/tools/virtio/ringtest/.gitignore b/tools/virtio/ringtest/.gitignore new file mode 100644 index 0000000..100b9e3 --- /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