drivers/tty/vt/.gitignore | 2 ++ 1 file changed, 2 insertions(+)
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
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
>
>
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
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
© 2016 - 2026 Red Hat, Inc.