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:
parent
dc4922b89d
commit
0a5b70e38d
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,6 +29,7 @@ y.output
|
|||||||
y.tab.c
|
y.tab.c
|
||||||
|
|
||||||
# /
|
# /
|
||||||
|
/*-fake.rb
|
||||||
/*.pc
|
/*.pc
|
||||||
/*_prelude.c
|
/*_prelude.c
|
||||||
/COPYING.LIB
|
/COPYING.LIB
|
||||||
|
@ -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>
|
Sun Jan 5 20:14:14 2014 Benoit Daloze <eregontp@gmail.com>
|
||||||
|
|
||||||
* compar.c (cmp_equal): remove error hiding in Comparable#==.
|
* compar.c (cmp_equal): remove error hiding in Comparable#==.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user