[PATCH 1/5] selftests/fuse: ignore the built acl cache test
Aaron Paterson <[email protected]>
| Newsgroups | dev.linux.lists.virtualization,dev.linux.lists.fuse-devel,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <0c85f57ce65ab1f2f408a17010dd3fd8c7d6730e.1787873791.git.apaterson@pm.me> |
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 <[email protected]> --- 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