[前][次][番号順一覧][スレッド一覧]

ruby-changes:17086

From: mame <ko1@a...>
Date: Tue, 24 Aug 2010 23:29:51 +0900 (JST)
Subject: [ruby-changes:17086] Ruby:r29086 (trunk): * .gitignoRe: updated.

mame	2010-08-24 23:29:39 +0900 (Tue, 24 Aug 2010)

  New Revision: 29086

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29086

  Log:
    * .gitignore: updated.

  Modified files:
    trunk/.gitignore
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29085)
+++ ChangeLog	(revision 29086)
@@ -1,3 +1,7 @@
+Tue Aug 24 23:28:50 2010  Yusuke Endoh  <mame@t...>
+
+	* .gitignore: updated.
+
 Tue Aug 24 22:07:28 2010  Tanaka Akira  <akr@f...>
 
 	* ext/pathname/pathname.c (path_read): Pathname#read translated from
Index: .gitignore
===================================================================
--- .gitignore	(revision 29085)
+++ .gitignore	(revision 29086)
@@ -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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]