Message ID | 20250213-update-release-v4-10-c06883a8bbd6@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Update release.sh | expand |
On Thu, Feb 13, 2025 at 09:14:32PM +0100, Andrey Albershteyn wrote: > These files are generated from corresponding *.in templates. > > Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> --D > --- > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 756867124a021b195a10fc2a8a598f16aa6514c4..5d971200d5bfb285e680427de193f81d8ab77c06 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 > >
diff --git a/.gitignore b/.gitignore index 756867124a021b195a10fc2a8a598f16aa6514c4..5d971200d5bfb285e680427de193f81d8ab77c06 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
These files are generated from corresponding *.in templates. Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)