From 08c488ab8a1050b41dd59b846980080866e5f635 Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Mon, 13 May 2024 03:27:11 +0000 Subject: [PATCH] LU-17490 tests: update .gitignore Otherwise, we'll see this monitor_lustrefs binary in the build tree. Fixes: 7101742 ("LU-17490 tests: verify fanotify works for lustre") Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: I129c12515e607e97ab42917220a439ebb1823e8c Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55082 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- lustre/tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index c6ee2eb..e728249 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -56,6 +56,7 @@ /mmap_cat /mmap_mknod_test /mmap_sanity +/monitor_lustrefs /mrename /multifstat /multiop -- 1.8.3.1