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

ruby-changes:33048

From: normal <ko1@a...>
Date: Sat, 22 Feb 2014 18:41:27 +0900 (JST)
Subject: [ruby-changes:33048] normal:r45127 (trunk): .gitignoRe: ignore benchmark files

normal	2014-02-22 18:41:18 +0900 (Sat, 22 Feb 2014)

  New Revision: 45127

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

  Log:
    .gitignore: ignore benchmark files

  Modified files:
    trunk/.gitignore
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 45126)
+++ ChangeLog	(revision 45127)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Feb 22 18:40:58 2014  Eric Wong  <e@8...>
+
+	* .gitignore: ignore benchmark files
+
 Sat Feb 22 01:22:24 2014  Yusuke Endoh  <mame@t...>
 
 	* bignum.c (bary_mul_precheck): fix a copy-paste error.
Index: .gitignore
===================================================================
--- .gitignore	(revision 45126)
+++ .gitignore	(revision 45127)
@@ -47,6 +47,7 @@ y.tab.c https://github.com/ruby/ruby/blob/trunk/.gitignore#L47
 /autom4te*.cache
 /automake
 /beos
+/bmlog-*
 /breakpoints.gdb
 /config.cache
 /config.h
@@ -96,6 +97,8 @@ y.tab.c https://github.com/ruby/ruby/blob/trunk/.gitignore#L97
 
 # /benchmark/
 /benchmark/bmx_*.rb
+/benchmark/fasta.output.*
+/benchmark/wc.input
 
 # /enc/trans/
 /enc/trans/*.c

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

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