diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-23 15:49:10 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-23 15:49:10 +0000 |
commit | 81ab413288b935d4c09cf9b3547c4d3913671874 (patch) | |
tree | ccc6305c6f420fdc2b2e47054d009ecc668e56ff /.gitignore | |
parent | de4181735161a4a4bbb3771ebb30bd620c243b06 (diff) | |
download | ruby-81ab413288b935d4c09cf9b3547c4d3913671874.tar.gz |
fix GraphemeBreakProperty.txt
* tool/downloader.rb: download to the file given in ARGV.
* tool/enc-unicode.rb (parse_GraphemeBreakProperty): fix data file
path as $(UNICODE_PROPERTY_FILES) in common.mk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 80446a2c69..947599d6e9 100644 --- a/.gitignore +++ b/.gitignore @@ -127,6 +127,7 @@ y.tab.c /enc/*.exp /enc/*.lib /enc/unicode/data/*/*.txt +/enc/unicode/data/*/*/*.txt # /enc/trans/ /enc/trans/*.c |