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

ruby-changes:55619

From: Kazuhiro <ko1@a...>
Date: Tue, 30 Apr 2019 00:28:41 +0900 (JST)
Subject: [ruby-changes:55619] Kazuhiro NISHIYAMA:7a34d8902a (trunk): Merge .time

https://git.ruby-lang.org/ruby.git/commit/?id=7a34d8902a

From 7a34d8902ad93c0e487623cd99e6c23296a7a768 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Tue, 30 Apr 2019 00:28:00 +0900
Subject: Merge .time


diff --git a/.gitignore b/.gitignore
index 678cb3f..3bea42b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ https://github.com/ruby/ruby/blob/trunk/.gitignore#L36
 .pc
 .ppack
 .svn
+.time
 Makefile
 cygruby*.def
 extconf.h
@@ -145,19 +146,16 @@ lcov*.info https://github.com/ruby/ruby/blob/trunk/.gitignore#L146
 
 # /coroutine/
 !/coroutine/**/*.s
-/coroutine/**/.time
 
 # /enc/trans/
 /enc/trans/*.c
 /enc/trans/*.def
 /enc/trans/*.exp
 /enc/trans/*.lib
-/enc/trans/.time
 
 # /exe/
 /exe/goruby
 /exe/ruby
-/exe/.time
 
 # /ext/
 /ext/extinit.c
@@ -205,7 +203,6 @@ lcov*.info https://github.com/ruby/ruby/blob/trunk/.gitignore#L203
 
 # /win32/
 /win32/*.ico
-/win32/.time
 
 # MJIT
 /rb_mjit_header.h
-- 
cgit v0.10.2


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

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