ruby-changes:19087
From: kazu <ko1@a...>
Date: Sat, 19 Mar 2011 09:25:10 +0900 (JST)
Subject: [ruby-changes:19087] Ruby:r31126 (trunk): remove duplicated and change comment location
kazu 2011-03-19 09:25:01 +0900 (Sat, 19 Mar 2011) New Revision: 31126 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31126 Log: remove duplicated and change comment location Modified files: trunk/.gitignore Index: .gitignore =================================================================== --- .gitignore (revision 31125) +++ .gitignore (revision 31126) @@ -1,4 +1,3 @@ -# / *-*-*.def *.a *.bak @@ -25,6 +24,8 @@ extconf.h y.output y.tab.c + +# / /*.pc /*_prelude.c /COPYING.LIB @@ -33,7 +34,6 @@ /ChangeLog.pre1_1 /Doxyfile /GNUmakefile -/Makefile /README.atheos /README.fat-patch /README.v6 @@ -46,7 +46,6 @@ /config.cache /config.h /config.h.in -/config.log /config.status /config.status.lineno /configure @@ -124,8 +123,6 @@ # /ext/tk/ /ext/tk/config_list -# /lib/rexml/ - # /spec/ /spec/mspec /spec/rubyspec -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/