From 46d69b57d4a2d9eeb4ac7adc472a7667394de919 Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Fri, 17 Nov 2023 18:14:15 +0000 Subject: [PATCH] LU-14361 tests: add aheadmany to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add aheadmany to .gitignore. Fixes: 5317f8a ("LU-14361 statahead: Add test for statahead advise") Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: I1003200b7ed34e90d2aa0f75cb4c4f071eaeea04 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53173 Tested-by: jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain Reviewed-by: Oleg Drokin --- lustre/tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index 15bc7b6..c6ee2eb 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -2,6 +2,7 @@ /*.xml /Makefile.in /XMLCONFIG +/aheadmany /aiocp /badarea_io /check_fallocate -- 1.8.3.1