[PATCH 1/5] selftests/fuse: ignore the built acl cache test

From: Aaron Paterson

Date: Thu Aug 27 2026 - 19:38:18 EST


The Makefile builds fuse_acl_cache_test into the source directory when
libfuse3 is present, but the binary is not ignored, so a build leaves
the tree
dirty. The two other programs built here are already listed.

Signed-off-by: Aaron Paterson <apaterson@xxxxx>
---
tools/testing/selftests/filesystems/fuse/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/filesystems/fuse/.gitignore b/tools/testing/selftests/filesystems/fuse/.gitignore
index fb51603fe419..25c779065806 100644
--- a/tools/testing/selftests/filesystems/fuse/.gitignore
+++ b/tools/testing/selftests/filesystems/fuse/.gitignore
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
+fuse_acl_cache_test
fuse_mnt
fusectl_test
write_extend_eof_test
--
2.55.0.553.g4ad8c266be