diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-19 16:07:16 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-19 16:07:16 +0000 |
commit | 398d73c7144c9fac63191ae706c3ba99e810249d (patch) | |
tree | c4ef61942469861856ac3e84e766f2cd55ec5a2e /.gitignore | |
parent | 0c31f6627691e7980c69a4b28dccd1eda5871585 (diff) | |
download | ruby-398d73c7144c9fac63191ae706c3ba99e810249d.tar.gz |
add .gitignore
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9515852837..49a505a67b 100644 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,8 @@ y.tab.c /benchmark/fasta.output.* /benchmark/wc.input +/enc/unicode/data/*.txt + # /enc/trans/ /enc/trans/*.c @@ -139,6 +141,8 @@ y.tab.c # /gems /gems/*.gem +/lib/unicode_normalize/tables.rb + # /spec/ /spec/mspec /spec/rubyspec |