public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: update gitignore with python scripts
@ 2025-04-08 10:48 Andrey Albershteyn
  2025-04-08 14:11 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Albershteyn @ 2025-04-08 10:48 UTC (permalink / raw)
  To: linux-xfs; +Cc: djwong, Andrey Albershteyn

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

Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
---
 .gitignore | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5d971200d5bf..6867d669c93d 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.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gitignore: update gitignore with python scripts
  2025-04-08 10:48 [PATCH] gitignore: update gitignore with python scripts Andrey Albershteyn
@ 2025-04-08 14:11 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2025-04-08 14:11 UTC (permalink / raw)
  To: Andrey Albershteyn; +Cc: linux-xfs, Andrey Albershteyn

On Tue, Apr 08, 2025 at 12:48:40PM +0200, Andrey Albershteyn wrote:
> 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
> 
> Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>

Ooops, sorry I continually forget to fiddle with this. :(
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>

--D

> ---
>  .gitignore | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 5d971200d5bf..6867d669c93d 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.2
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-08 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 10:48 [PATCH] gitignore: update gitignore with python scripts Andrey Albershteyn
2025-04-08 14:11 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox