aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorsonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-11 11:39:15 +0000
committersonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-11 11:39:15 +0000
commita56058c3455427861f1b5ae5af17c6f226b61b7c (patch)
tree8e8ce0762e296307c59d496ad48431e0ddaae416 /.gitignore
parent48e119dbeff5bd380ecadf5c10aa8bfda17ee808 (diff)
downloadruby-a56058c3455427861f1b5ae5af17c6f226b61b7c.tar.gz
* .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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index ad98717668..e8f39b6cb4 100644
--- a/.gitignore
+++ b/.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