[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <sq7527p1-9218-r845-605n-2p419s2650s5@onlyvoer.pbz>
Date: Wed, 30 Apr 2025 09:31:40 -0400 (EDT)
From: Nicolas Pitre <npitre@...libre.com>
To: Bartosz Golaszewski <brgl@...ev.pl>
cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: Re: [PATCH] vt: add new dynamically generated files to .gitignore
On Wed, 30 Apr 2025, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@...aro.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@...aro.org>
Reviewed-by: Nicolas Pitre <npitre@...libre.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
>
>
Powered by blists - more mailing lists