When Stefan added these two tests, he forgot to add them to the .gitignore. Add them. Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxx> --- .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