Skip to content

Commit 98f2345

Browse files
committed
unicode: fix .gitignore for generated utfdata file
Commit 2b3d047 ("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: 2b3d047 ("unicode: Add utf8-data module") Signed-off-by: Linus Torvalds <[email protected]>
1 parent 35ce8ae commit 98f2345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/unicode/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
/mkutf8data
3-
/utf8data.h
3+
/utf8data.c

0 commit comments

Comments
 (0)