1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* .gitignore: updated.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2010-08-24 14:29:39 +00:00
parent f21230b491
commit 53081b8717
2 changed files with 16 additions and 0 deletions

12
.gitignore vendored
View file

@ -91,6 +91,11 @@
/ext/extinit.c
/ext/*.log
# /ext/-test-/
/ext/-test-/*/Makefile
/ext/-test-/*/extconf.h
/ext/-test-/*/mkmf.log
# /ext/bigdecimal/
/ext/bigdecimal/*.def
/ext/bigdecimal/Makefile
@ -309,6 +314,13 @@
/ext/openssl/openssl.a
/ext/openssl/conftest.dSYM
# /ext/pathname/
/ext/pathname/*.def
/ext/pathname/Makefile
/ext/pathname/extconf.h
/ext/pathname/mkmf.log
/ext/pathname/pathname.a
# /ext/psych/
/ext/psych/Makefile
/ext/psych/extconf.h

View file

@ -1,3 +1,7 @@
Tue Aug 24 23:28:50 2010 Yusuke Endoh <mame@tsg.ne.jp>
* .gitignore: updated.
Tue Aug 24 22:07:28 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_read): Pathname#read translated from