diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-12-19 14:45:36 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-19 14:45:36 -0800 |
commit | 0cfdda3479443c2c9282547796b59c4e727b5343 (patch) | |
tree | 8790c24cd2b9a4c51748d624a470b719d6c9e6d1 /.gitignore | |
parent | Merge branch 'jk/readme-gmane-is-no-more' (diff) | |
parent | unicode_width.h: update the width tables to Unicode 9.0 (diff) | |
download | tgif-0cfdda3479443c2c9282547796b59c4e727b5343.tar.xz |
Merge branch 'bb/unicode-9.0'
The character width table has been updated to match Unicode 9.0
* bb/unicode-9.0:
unicode_width.h: update the width tables to Unicode 9.0
update_unicode.sh: remove the plane filter
update_unicode.sh: automatically download newer definition files
update_unicode.sh: pin the uniset repo to a known good commit
update_unicode.sh: remove an unnecessary subshell level
update_unicode.sh: move it into contrib/update-unicode
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 05cb58a3d4..6722f78f9a 100644 --- a/.gitignore +++ b/.gitignore @@ -203,7 +203,6 @@ /config.mak.autogen /config.mak.append /configure -/unicode /tags /TAGS /cscope* |