From 42523142959ddebd127a87e98879f9110da0cc7d Mon Sep 17 00:00:00 2001 From: Andrey Albershteyn Date: Fri, 4 Oct 2024 13:57:04 +0200 Subject: [PATCH] xfsprogs: update gitignore Building xfsprogs seems to produce many build artifacts which are not tracked by git. Ignore them. Reviewed-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Andrey Albershteyn --- .gitignore | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fd131b6fd..756867124 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ /config.status /config.sub /configure +/*~ # libtool /libtool @@ -69,13 +70,16 @@ cscope.* /rtcp/xfs_rtcp /spaceman/xfs_spaceman /scrub/xfs_scrub -/scrub/xfs_scrub@.service /scrub/xfs_scrub_all -/scrub/xfs_scrub_all.cron -/scrub/xfs_scrub_all.service -/scrub/xfs_scrub_fail@.service +/scrub/xfs_scrub_fail +/scrub/*.cron +/scrub/*.service # generated crc files /libfrog/crc32selftest /libfrog/crc32table.h /libfrog/gen_crc32table + +# docs +/man/man8/mkfs.xfs.8 +/man/man8/xfs_scrub_all.8 -- 2.39.5