aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-21 03:55:52 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-21 03:55:52 +0000
commit9cb4054cded4585cc8f2e0588d1cd85ecc6c7b1d (patch)
treef5bc8963f47144f61ccf66cdc6634e95ffeb3dfd
parent8759a73111c914c973543f10f0b6e6196d1d5fe9 (diff)
downloadruby-9cb4054cded4585cc8f2e0588d1cd85ecc6c7b1d.tar.gz
* .gitignore: ignored temporary file for Changelog.
http://mkosaki.blog46.fc2.com/blog-entry-1284.html git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.gitignore2
-rw-r--r--ChangeLog5
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 694de9a59b..50a3f92282 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,7 +33,7 @@ y.tab.c
/*.pc
/*_prelude.c
/COPYING.LIB
-/ChangeLog-1.8.0
+/ChangeLog-*
/ChangeLog.pre-alpha
/ChangeLog.pre1_1
/Doxyfile
diff --git a/ChangeLog b/ChangeLog
index 1437d47753..b51dd893ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 21 12:55:35 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * .gitignore: ignored temporary file for Changelog.
+ http://mkosaki.blog46.fc2.com/blog-entry-1284.html
+
Thu Aug 21 12:40:22 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* lib/net/imap.rb: split executable code into sample directory.