[PATCH liburing v2] .gitignore: add missing tests to ignore

From: Stefano Garzarella
Date: Wed Jan 29 2020 - 04:17:31 EST


Signed-off-by: Stefano Garzarella <sgarzare@xxxxxxxxxx>
---
v1 -> v2:
- rebased on master
- forced 8-bit content transfer encoding (I hope it works)
---
.gitignore | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/.gitignore b/.gitignore
index fdb4b32..acbd30b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@
/test/a4c0b3decb33-test
/test/accept
/test/accept-link
+/test/accept-reuse
/test/accept-test
/test/b19062a56726-test
/test/b5837bd5311d-test
@@ -36,8 +37,11 @@
/test/d77a67ed5f27-test
/test/defer
/test/eeed8b54e0df-test
+/test/fadvise
+/test/fallocate
/test/fc2a85cb02ef-test
/test/file-register
+/test/file-update
/test/fixed-link
/test/fsync
/test/io_uring_enter
@@ -47,18 +51,26 @@
/test/link
/test/link-timeout
/test/link_drain
+/test/madvise
/test/nop
+/test/open-close
+/test/openat2
/test/poll
/test/poll-cancel
/test/poll-cancel-ton
/test/poll-link
/test/poll-many
+/test/poll-v-poll
+/test/probe
/test/read-write
/test/ring-leak
/test/send_recvmsg
+/test/shared-wq
+/test/short-read
/test/socket-rw
/test/sq-full
/test/sq-space_left
+/test/statx
/test/stdout
/test/submit-reuse
/test/teardowns
--
2.24.1