Searched hist:"98 f23457" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/unicode/ |
H A D | .gitignore | 98f23457 Sun Jan 16 23:26:43 CST 2022 Linus Torvalds <torvalds@linux-foundation.org> 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 <torvalds@linux-foundation.org>
|