Skip to content

Commit

Permalink
unicode: fix .gitignore for generated utfdata file
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
torvalds committed Jan 17, 2022
1 parent 35ce8ae commit 98f2345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/unicode/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
/mkutf8data
/utf8data.h
/utf8data.c

0 comments on commit 98f2345

Please sign in to comment.