From 398d73c7144c9fac63191ae706c3ba99e810249d Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 19 Oct 2014 16:07:16 +0000 Subject: add .gitignore git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3