From: Andrey Albershteyn Date: Fri, 4 Oct 2024 11:57:04 +0000 (+0200) Subject: xfsprogs: update gitignore X-Git-Tag: v6.11.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42523142959ddebd127a87e98879f9110da0cc7d;p=thirdparty%2Fxfsprogs-dev.git 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 --- diff --git a/.gitignore b/.gitignore index fd131b6f..75686712 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