* .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:
sonots 2017-10-11 11:39:15 +00:00
Родитель f90da484a3
Коммит 9bad616b33
1 изменённых файлов: 4 добавлений и 2 удалений

6
.gitignore поставляемый
Просмотреть файл

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