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

ruby-changes:15922

From: mame <ko1@a...>
Date: Mon, 17 May 2010 21:31:34 +0900 (JST)
Subject: [ruby-changes:15922] Ruby:r27863 (trunk): * .gitignoRe: updated.

mame	2010-05-17 21:31:21 +0900 (Mon, 17 May 2010)

  New Revision: 27863

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

  Log:
    * .gitignore: updated.

  Modified files:
    trunk/.gitignore
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 27862)
+++ ChangeLog	(revision 27863)
@@ -1,3 +1,7 @@
+Mon May 17 21:30:50 2010  Yusuke Endoh  <mame@t...>
+
+	* .gitignore: updated.
+
 Mon May 17 21:08:53 2010  NAKAMURA Usaku  <usa@r...>
 
 	* win32/win32.c (argv_size): merged into join_argv() to maintain the
Index: .gitignore
===================================================================
--- .gitignore	(revision 27862)
+++ .gitignore	(revision 27863)
@@ -241,6 +241,12 @@
 /ext/io/nonblock/mkmf.log
 /ext/io/nonblock/nonblock.a
 
+# /ext/io/console/
+/ext/io/console/Makefile
+/ext/io/console/extconf.h
+/ext/io/console/mkmf.log
+/ext/io/console/console.a
+
 # /ext/io/wait/
 /ext/io/wait/Makefile
 /ext/io/wait/extconf.h
@@ -257,6 +263,11 @@
 /ext/json/ext/generator/extconf.h
 /ext/json/ext/generator/mkmf.log
 /ext/json/ext/generator/generator.a
+/ext/json/generator/*.def
+/ext/json/generator/Makefile
+/ext/json/generator/extconf.h
+/ext/json/generator/mkmf.log
+/ext/json/generator/generator.a
 
 # /ext/json/ext/parser/
 /ext/json/ext/parser/*.def
@@ -264,6 +275,11 @@
 /ext/json/ext/parser/extconf.h
 /ext/json/ext/parser/mkmf.log
 /ext/json/ext/parser/parser.a
+/ext/json/parser/*.def
+/ext/json/parser/Makefile
+/ext/json/parser/extconf.h
+/ext/json/parser/mkmf.log
+/ext/json/parser/parser.a
 
 # /ext/mathn/complex/
 /ext/mathn/complex/Makefile

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

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