]> git.baikalelectronics.ru Git - kernel.git/commit
unicode: fix .gitignore for generated utfdata file
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 17 Jan 2022 05:26:43 +0000 (07:26 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 17 Jan 2022 05:26:43 +0000 (07:26 +0200)
commit6d9cc8eb8b8f41213306b6b3d189dfe72e10b60d
tree158bf9ab7b2b24a1e49af56cf6f2a061037380a1
parent437eaa4a7c07aa0dff03c306c7f3dc4860f4b580
unicode: fix .gitignore for generated utfdata file

Commit f2d356a12874 ("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: f2d356a12874 ("unicode: Add utf8-data module")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/unicode/.gitignore