From: "Darrick J. Wong" <djwong@kernel.org>
To: Andrey Albershteyn <aalbersh@redhat.com>
Cc: linux-xfs@vger.kernel.org, aalbersh@kernel.org
Subject: Re: [PATCH 2/2] xfsprogs: update gitignore
Date: Fri, 27 Sep 2024 08:20:35 -0700 [thread overview]
Message-ID: <20240927152035.GL21853@frogsfrogsfrogs> (raw)
In-Reply-To: <20240927134142.200642-4-aalbersh@redhat.com>
On Fri, Sep 27, 2024 at 03:41:43PM +0200, 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@redhat.com>
> ---
> .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~
>
> # 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
/me wonders if *.service/*.cron should be a wildcard to match
scrub/Makefile's LDIRT definition.
> # generated crc files
> +/libxfs/crc32selftest
> +/libxfs/crc32table.h
> +/libxfs/gen_crc32table
This all moved to libfrog in 2018, how is it still building in libxfs?
> /libfrog/crc32selftest
> /libfrog/crc32table.h
> /libfrog/gen_crc32table
> +
> +# docs
> +/man/man8/mkfs.xfs.8
> +/man/man8/xfs_scrub_all.8
Looks good.
--D
> --
> 2.44.1
>
>
next prev parent reply other threads:[~2024-09-27 15:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-27 13:41 [PATCH 0/2] Minor fixes for xfsprogs Andrey Albershteyn
2024-09-27 13:41 ` [PATCH 1/2] xfsprogs: fix permissions on files installed by libtoolize Andrey Albershteyn
2024-09-27 15:17 ` Darrick J. Wong
2024-09-27 15:29 ` Andrey Albershteyn
2024-09-27 13:41 ` [PATCH 2/2] xfsprogs: update gitignore Andrey Albershteyn
2024-09-27 14:09 ` Carlos Maiolino
2024-09-27 14:17 ` Andrey Albershteyn
2024-09-27 16:17 ` Andrey Albershteyn
2024-09-27 15:20 ` Darrick J. Wong [this message]
2024-09-27 16:14 ` Andrey Albershteyn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240927152035.GL21853@frogsfrogsfrogs \
--to=djwong@kernel.org \
--cc=aalbersh@kernel.org \
--cc=aalbersh@redhat.com \
--cc=linux-xfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.