Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/virtio: Add .gitignore for ringtest

Ignore executables for ringtest.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
Message-Id: <tencent_C121802C93CB4095C6D7D95113442E830A07@qq.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

authored by

Rong Tao and committed by
Michael S. Tsirkin
c66dbc39 57380fd1

+7
+7
tools/virtio/ringtest/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 2 + /noring 3 + /ptr_ring 4 + /ring 5 + /virtio_ring_0_9 6 + /virtio_ring_inorder 7 + /virtio_ring_poll