[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211230174548.178641-2-ammar.faizi@intel.com>
Date: Fri, 31 Dec 2021 00:50:15 +0700
From: Ammar Faizi <ammarfaizi2@...il.com>
To: Jens Axboe <axboe@...nel.dk>
Cc: io-uring Mailing List <io-uring@...r.kernel.org>,
Pavel Begunkov <asml.silence@...il.com>,
"David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Ammar Faizi <ammarfaizi2@...il.com>,
Nugra <richiisei@...il.com>
Subject: [RFC PATCH liburing v1 1/5] .gitignore: Add `/test/xattr` and `/test/getdents`
When Stefan added these two tests, he forgot to add them to
the .gitignore. Add them.
Signed-off-by: Ammar Faizi <ammarfaizi2@...il.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 0a72f03..4e70f20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,7 @@
/test/files-exit-hang-timeout
/test/fixed-link
/test/fsync
+/test/getdents
/test/hardlink
/test/io-cancel
/test/io_uring_enter
@@ -133,6 +134,7 @@
/test/submit-link-fail
/test/exec-target
/test/skip-cqe
+/test/xattr
/test/*.dmesg
/test/output/
--
2.32.0
Powered by blists - more mailing lists