1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ignore *-fake.rb

* .gitignore: ignore *-fake.rb generated even when CROSS_COMPILING = no
  since r42862.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-01-06 12:29:46 +00:00
parent dc4922b89d
commit 0a5b70e38d
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -29,6 +29,7 @@ y.output
y.tab.c
# /
/*-fake.rb
/*.pc
/*_prelude.c
/COPYING.LIB

View file

@ -1,3 +1,8 @@
Mon Jan 6 21:28:48 2014 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* .gitignore: ignore *-fake.rb generated even when CROSS_COMPILING = no
since r42862.
Sun Jan 5 20:14:14 2014 Benoit Daloze <eregontp@gmail.com>
* compar.c (cmp_equal): remove error hiding in Comparable#==.