Merge .time

This commit is contained in:
Kazuhiro NISHIYAMA 2019-04-30 00:28:00 +09:00
parent 040b37f8b4
commit 7a34d8902a
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

5
.gitignore vendored
View File

@ -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