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
|
.pc
|
||||||
.ppack
|
.ppack
|
||||||
.svn
|
.svn
|
||||||
|
.time
|
||||||
Makefile
|
Makefile
|
||||||
cygruby*.def
|
cygruby*.def
|
||||||
extconf.h
|
extconf.h
|
||||||
|
@ -145,19 +146,16 @@ lcov*.info
|
||||||
|
|
||||||
# /coroutine/
|
# /coroutine/
|
||||||
!/coroutine/**/*.s
|
!/coroutine/**/*.s
|
||||||
/coroutine/**/.time
|
|
||||||
|
|
||||||
# /enc/trans/
|
# /enc/trans/
|
||||||
/enc/trans/*.c
|
/enc/trans/*.c
|
||||||
/enc/trans/*.def
|
/enc/trans/*.def
|
||||||
/enc/trans/*.exp
|
/enc/trans/*.exp
|
||||||
/enc/trans/*.lib
|
/enc/trans/*.lib
|
||||||
/enc/trans/.time
|
|
||||||
|
|
||||||
# /exe/
|
# /exe/
|
||||||
/exe/goruby
|
/exe/goruby
|
||||||
/exe/ruby
|
/exe/ruby
|
||||||
/exe/.time
|
|
||||||
|
|
||||||
# /ext/
|
# /ext/
|
||||||
/ext/extinit.c
|
/ext/extinit.c
|
||||||
|
@ -205,7 +203,6 @@ lcov*.info
|
||||||
|
|
||||||
# /win32/
|
# /win32/
|
||||||
/win32/*.ico
|
/win32/*.ico
|
||||||
/win32/.time
|
|
||||||
|
|
||||||
# MJIT
|
# MJIT
|
||||||
/rb_mjit_header.h
|
/rb_mjit_header.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue