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 /contrib/update-unicode/.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 'contrib/update-unicode/.gitignore')
-rw-r--r-- | contrib/update-unicode/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/update-unicode/.gitignore b/contrib/update-unicode/.gitignore new file mode 100644 index 0000000000..b0ebc6aad2 --- /dev/null +++ b/contrib/update-unicode/.gitignore @@ -0,0 +1,3 @@ +uniset/ +UnicodeData.txt +EastAsianWidth.txt |