diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2025-04-30 14:29:17 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-01 17:34:35 +0200 |
| commit | 5ee558c5d9e9c464bcecb68b3c1d1f9690747a64 (patch) | |
| tree | 6ba0afc89c4c340104f48570cf5622af843b6c4b | |
| parent | serdev: Refine several error or debug messages (diff) | |
| download | linux-5ee558c5d9e9c464bcecb68b3c1d1f9690747a64.tar.gz linux-5ee558c5d9e9c464bcecb68b3c1d1f9690747a64.zip | |
vt: add new dynamically generated files to .gitignore
Add new dynamically generated headers to the local .gitignore.
Fixes: c2d2c5c0d631 ("vt: move UCS tables to the "shipped" form")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Nicolas Pitre <npitre@baylibre.com>
Link: https://lore.kernel.org/r/20250430122917.72105-1-brgl@bgdev.pl
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/tty/vt/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
