]> Git Repo - linux.git/commitdiff
unicode: fix .gitignore for generated utfdata file
authorLinus Torvalds <[email protected]>
Mon, 17 Jan 2022 05:26:43 +0000 (07:26 +0200)
committerLinus Torvalds <[email protected]>
Mon, 17 Jan 2022 05:26:43 +0000 (07:26 +0200)
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 <[email protected]>
fs/unicode/.gitignore

index 361294571ab0b67ee84a02ca221569a5e7eeb874..51cdf3fb4dd4d91d5e971dd2d81b967616bbdeaa 100644 (file)
@@ -1,3 +1,3 @@
 # SPDX-License-Identifier: GPL-2.0-only
 /mkutf8data
-/utf8data.h
+/utf8data.c
This page took 0.048988 seconds and 4 git commands to generate.