[LTP] [PATCH ltp] syscalls/io_uring: add .gitignore file
Yixin Zhang
yixin.zhang@intel.com
Mon Jul 20 14:54:52 CEST 2020
Add .gitignore file for syscalls/io_uring
Fixes: 4c97e173cfdd ("syscall: Add io_uring related tests")
Signed-off-by: Yixin Zhang <yixin.zhang@intel.com>
---
testcases/kernel/syscalls/io_uring/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 testcases/kernel/syscalls/io_uring/.gitignore
diff --git a/testcases/kernel/syscalls/io_uring/.gitignore b/testcases/kernel/syscalls/io_uring/.gitignore
new file mode 100644
index 000000000000..bfe22441fbf2
--- /dev/null
+++ b/testcases/kernel/syscalls/io_uring/.gitignore
@@ -0,0 +1 @@
+/io_uring01
--
2.17.1
More information about the ltp
mailing list