From 03a824e42ad9d6346276432fe1dfa3591cb019a9 Mon Sep 17 00:00:00 2001 From: Andrey Albershteyn Date: Tue, 8 Apr 2025 12:48:40 +0200 Subject: [PATCH] gitignore: update gitignore with python scripts Now as these scripts are generated with gettext.py support they have .py extension. Add them to gitignore instead of old ones together with newly added gettext.py Reviewed-by: Darrick J. Wong Signed-off-by: Andrey Albershteyn --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5d971200..6867d669 100644 --- a/.gitignore +++ b/.gitignore @@ -65,13 +65,13 @@ cscope.* /mdrestore/xfs_mdrestore /mkfs/fstyp /mkfs/mkfs.xfs -/mkfs/xfs_protofile +/mkfs/xfs_protofile.py /quota/xfs_quota /repair/xfs_repair /rtcp/xfs_rtcp /spaceman/xfs_spaceman /scrub/xfs_scrub -/scrub/xfs_scrub_all +/scrub/xfs_scrub_all.py /scrub/xfs_scrub_all.timer /scrub/xfs_scrub_fail /scrub/*.cron @@ -81,6 +81,7 @@ cscope.* /libfrog/crc32selftest /libfrog/crc32table.h /libfrog/gen_crc32table +/libfrog/gettext.py # docs /man/man8/mkfs.xfs.8 -- 2.47.3