From 88940d905da40bbd94d1c70cfdda25e9b4210bd4 Mon Sep 17 00:00:00 2001 From: Andrey Albershteyn Date: Wed, 26 Feb 2025 15:50:35 +0100 Subject: [PATCH] gitignore: ignore a few newly generated files These files are generated from corresponding *.in templates. Reviewed-by: Darrick J. Wong Signed-off-by: Andrey Albershteyn --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 75686712..5d971200 100644 --- a/.gitignore +++ b/.gitignore @@ -65,12 +65,14 @@ cscope.* /mdrestore/xfs_mdrestore /mkfs/fstyp /mkfs/mkfs.xfs +/mkfs/xfs_protofile /quota/xfs_quota /repair/xfs_repair /rtcp/xfs_rtcp /spaceman/xfs_spaceman /scrub/xfs_scrub /scrub/xfs_scrub_all +/scrub/xfs_scrub_all.timer /scrub/xfs_scrub_fail /scrub/*.cron /scrub/*.service -- 2.47.2