[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250430122917.72105-1-brgl@bgdev.pl>
Date: Wed, 30 Apr 2025 14:29:17 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>,
Nicolas Pitre <npitre@...libre.com>
Cc: linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org
Subject: [PATCH] vt: add new dynamically generated files to .gitignore
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>
---
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