mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .gitignore: ignore exe/ruby and exe/.time instead of bin/ruby
because bin/ruby was renamed as exe/ruby at r59937. follow-up: [Bug #13911] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f90da484a3
commit
9bad616b33
1 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -130,8 +130,6 @@ lcov*.info
|
|||
/benchmark/fasta.output.*
|
||||
/benchmark/wc.input
|
||||
|
||||
/bin/ruby
|
||||
|
||||
/enc/*.def
|
||||
/enc/*.exp
|
||||
/enc/*.lib
|
||||
|
@ -145,6 +143,10 @@ lcov*.info
|
|||
/enc/trans/*.lib
|
||||
/enc/trans/.time
|
||||
|
||||
# /exe/
|
||||
/exe/ruby
|
||||
/exe/.time
|
||||
|
||||
# /ext/
|
||||
/ext/extinit.c
|
||||
/ext/configure-ext.mk
|
||||
|
|
Loading…
Reference in a new issue