From 434afafebb3db625eb265f71c0cf7d6da9ee3141 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Wed, 13 May 2026 21:30:40 +0200 Subject: [PATCH] gitignore: add xfs_healer binaries and services Update gitignore with the various binaries and services that have been introduced by xfs_healer. Signed-off-by: Anthony Iliopoulos Reviewed-by: "Darrick J. Wong" --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6867d669..eb3decd1 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,9 @@ cscope.* /estimate/xfs_estimate /fsr/xfs_fsr /growfs/xfs_growfs +/healer/xfs_healer +/healer/xfs_healer_start +/healer/*.service /io/xfs_io /logprint/xfs_logprint /mdrestore/xfs_mdrestore -- 2.47.3