aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong Tao <[email protected]>2023-05-25 16:37:28 +0800
committerMichael S. Tsirkin <[email protected]>2023-06-08 15:43:08 -0400
commitc66dbc39a7104c5a9f033c0450dfa6f697a71f94 (patch)
treebd32eb23e6e9315d7e3f646a3dd2e94faebf04a8
parent57380fd1249b20ef772549af2c58ef57b21faba7 (diff)
tools/virtio: Add .gitignore for ringtest
Ignore executables for ringtest. Signed-off-by: Rong Tao <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
-rw-r--r--tools/virtio/ringtest/.gitignore7
1 files changed, 7 insertions, 0 deletions
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