summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-31 00:59:21 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-31 00:59:21 +0000
commit53117e9fd20b76ead22990258c46fbb7cdabaa85 (patch)
tree2374e1b307ba59b2f3c702b566d57018cf45a7c6
parentcf0d7a70acdf600ed45697043a92a2417c1cabd8 (diff)
* .gitignore: ignored unicode data with version directories.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.gitignore2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 49a505a67b..d895fe15cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -105,7 +105,7 @@ y.tab.c
/benchmark/fasta.output.*
/benchmark/wc.input
-/enc/unicode/data/*.txt
+/enc/unicode/data
# /enc/trans/
/enc/trans/*.c
diff --git a/ChangeLog b/ChangeLog
index 81878acccb..ef7a9aa57a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 31 09:56:41 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * .gitignore: ignored unicode data with version directories.
+
Fri Oct 31 09:35:30 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* .travis.yml: tweak build scripts for unicode_normalize.rb.