On Fri, Sep 27, 2024 at 03:41:43PM GMT, Andrey Albershteyn wrote: > Building xfsprogs seems to produce many build artifacts which are > not tracked by git. Ignore them. > > Signed-off-by: Andrey Albershteyn <aalbersh@xxxxxxxxxx> > --- > .gitignore | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/.gitignore b/.gitignore > index fd131b6fde52..26a7339add42 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -33,6 +33,7 @@ > /config.status > /config.sub > /configure > +/configure~ This smells like your vim configuration, not the make system. Carlos > > # libtool > /libtool > @@ -73,9 +74,20 @@ cscope.* > /scrub/xfs_scrub_all > /scrub/xfs_scrub_all.cron > /scrub/xfs_scrub_all.service > +/scrub/xfs_scrub_all_fail.service > +/scrub/xfs_scrub_fail > /scrub/xfs_scrub_fail@.service > +/scrub/xfs_scrub_media@.service > +/scrub/xfs_scrub_media_fail@.service > > # generated crc files > +/libxfs/crc32selftest > +/libxfs/crc32table.h > +/libxfs/gen_crc32table > /libfrog/crc32selftest > /libfrog/crc32table.h > /libfrog/gen_crc32table > + > +# docs > +/man/man8/mkfs.xfs.8 > +/man/man8/xfs_scrub_all.8 > -- > 2.44.1 > >