* .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
This commit is contained in:
hsbt 2014-08-21 03:55:52 +00:00
parent 8759a73111
commit 9cb4054cde
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -33,7 +33,7 @@ y.tab.c
/*.pc
/*_prelude.c
/COPYING.LIB
/ChangeLog-1.8.0
/ChangeLog-*
/ChangeLog.pre-alpha
/ChangeLog.pre1_1
/Doxyfile

View File

@ -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.