From: Linus Torvalds Date: Mon, 17 Jan 2022 05:26:43 +0000 (+0200) Subject: unicode: fix .gitignore for generated utfdata file X-Git-Tag: v6.6.17~8387 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98f2345773f9ac739350230a85f9a7f7b1fe21a6;p=platform%2Fkernel%2Flinux-rpi.git unicode: fix .gitignore for generated utfdata file Commit 2b3d04787012 ("unicode: Add utf8-data module") changed the generated utf8data file from 'utf8data.h' to 'utf8data.c', but didn't change the comments or the .gitignore to match. The comments should be updated too, but at least they don't cause any visible breakage. But the gitignore file needs changing to avoid git complaining about untracked files. Fixes: 2b3d04787012 ("unicode: Add utf8-data module") Signed-off-by: Linus Torvalds --- diff --git a/fs/unicode/.gitignore b/fs/unicode/.gitignore index 3612945..51cdf3f 100644 --- a/fs/unicode/.gitignore +++ b/fs/unicode/.gitignore @@ -1,3 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only /mkutf8data -/utf8data.h +/utf8data.c