mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge .time
This commit is contained in:
parent
040b37f8b4
commit
7a34d8902a
1 changed files with 1 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -36,6 +36,7 @@
|
|||
.pc
|
||||
.ppack
|
||||
.svn
|
||||
.time
|
||||
Makefile
|
||||
cygruby*.def
|
||||
extconf.h
|
||||
|
@ -145,19 +146,16 @@ lcov*.info
|
|||
|
||||
# /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
|
|||
|
||||
# /win32/
|
||||
/win32/*.ico
|
||||
/win32/.time
|
||||
|
||||
# MJIT
|
||||
/rb_mjit_header.h
|
||||
|
|
Loading…
Reference in a new issue