ruby-changes:18988
From: nagachika <ko1@a...>
Date: Fri, 4 Mar 2011 23:28:11 +0900 (JST)
Subject: [ruby-changes:18988] Ruby:r31024 (trunk): * .gitignoRe: ignore ext/date and ext/-test-/*/*.
nagachika 2011-03-04 23:28:05 +0900 (Fri, 04 Mar 2011) New Revision: 31024 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31024 Log: * .gitignore: ignore ext/date and ext/-test-/*/*. Modified files: trunk/.gitignore Index: .gitignore =================================================================== --- .gitignore (revision 31023) +++ .gitignore (revision 31024) @@ -97,6 +97,9 @@ /ext/-test-/*/Makefile /ext/-test-/*/extconf.h /ext/-test-/*/mkmf.log +/ext/-test-/*/*/Makefile +/ext/-test-/*/*/extconf.h +/ext/-test-/*/*/mkmf.log # /ext/bigdecimal/ /ext/bigdecimal/*.def @@ -446,6 +449,11 @@ /ext/zlib/zlib.a /ext/zlib/conftest.dSYM +# /ext/date/ +/ext/date/Makefile +/ext/date/extconf.h +/ext/date/mkmf.log + # /lib/rexml/ # /spec/ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/