[PATCH] vt: add new dynamically generated files to .gitignore

Bartosz Golaszewski posted 1 patch 9 months, 1 week ago
drivers/tty/vt/.gitignore | 2 ++
1 file changed, 2 insertions(+)
[PATCH] vt: add new dynamically generated files to .gitignore
Posted by Bartosz Golaszewski 9 months, 1 week ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Add new dynamically generated headers to the local .gitignore.

Fixes: b11a041179e7 ("vt: introduce gen_ucs_width_table.py to create ucs_width_table.h")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 drivers/tty/vt/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/tty/vt/.gitignore b/drivers/tty/vt/.gitignore
index 0221709b177d..49ce44edad65 100644
--- a/drivers/tty/vt/.gitignore
+++ b/drivers/tty/vt/.gitignore
@@ -2,3 +2,5 @@
 /conmakehash
 /consolemap_deftbl.c
 /defkeymap.c
+/ucs_recompose_table.h
+/ucs_width_table.h
-- 
2.45.2
Re: [PATCH] vt: add new dynamically generated files to .gitignore
Posted by Nicolas Pitre 9 months, 1 week ago
On Wed, 30 Apr 2025, Bartosz Golaszewski wrote:

> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Add new dynamically generated headers to the local .gitignore.
> 
> Fixes: b11a041179e7 ("vt: introduce gen_ucs_width_table.py to create ucs_width_table.h")
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Reviewed-by: Nicolas Pitre <npitre@baylibre.com>


> ---
>  drivers/tty/vt/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/tty/vt/.gitignore b/drivers/tty/vt/.gitignore
> index 0221709b177d..49ce44edad65 100644
> --- a/drivers/tty/vt/.gitignore
> +++ b/drivers/tty/vt/.gitignore
> @@ -2,3 +2,5 @@
>  /conmakehash
>  /consolemap_deftbl.c
>  /defkeymap.c
> +/ucs_recompose_table.h
> +/ucs_width_table.h
> -- 
> 2.45.2
> 
>
Re: [PATCH] vt: add new dynamically generated files to .gitignore
Posted by Nicolas Pitre 9 months, 1 week ago
On Wed, 30 Apr 2025, Nicolas Pitre wrote:

> On Wed, 30 Apr 2025, Bartosz Golaszewski wrote:
> 
> > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > 
> > Add new dynamically generated headers to the local .gitignore.
> > 
> > Fixes: b11a041179e7 ("vt: introduce gen_ucs_width_table.py to create ucs_width_table.h")
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Reviewed-by: Nicolas Pitre <npitre@baylibre.com>

Actually, the fixed commit should be the one titled `vt: move UCS tables 
to the "shipped" form`. And, unless Greg pushes the revert of the 
initial series upstream, the commit hash is likely to change too.


Nicolas
Re: [PATCH] vt: add new dynamically generated files to .gitignore
Posted by Greg Kroah-Hartman 9 months, 1 week ago
On Wed, Apr 30, 2025 at 10:52:40AM -0400, Nicolas Pitre wrote:
> On Wed, 30 Apr 2025, Nicolas Pitre wrote:
> 
> > On Wed, 30 Apr 2025, Bartosz Golaszewski wrote:
> > 
> > > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > > 
> > > Add new dynamically generated headers to the local .gitignore.
> > > 
> > > Fixes: b11a041179e7 ("vt: introduce gen_ucs_width_table.py to create ucs_width_table.h")
> > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > 
> > Reviewed-by: Nicolas Pitre <npitre@baylibre.com>
> 
> Actually, the fixed commit should be the one titled `vt: move UCS tables 
> to the "shipped" form`. And, unless Greg pushes the revert of the 
> initial series upstream, the commit hash is likely to change too.

I've fixed this up when applying it, thanks.

greg k-h