mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
unicode: fix .gitignore for generated utfdata file
Commit2b3d047870
("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:2b3d047870
("unicode: Add utf8-data module") Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
35ce8ae9ae
commit
98f2345773
2
fs/unicode/.gitignore
vendored
2
fs/unicode/.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
/mkutf8data
|
||||
/utf8data.h
|
||||
/utf8data.c
|
||||
|
Loading…
Reference in New Issue
Block a user