ruby-changes:32429
From: kazu <ko1@a...>
Date: Mon, 6 Jan 2014 21:29:55 +0900 (JST)
Subject: [ruby-changes:32429] kazu:r44508 (trunk): ignore *-fake.rb
kazu 2014-01-06 21:29:46 +0900 (Mon, 06 Jan 2014) New Revision: 44508 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44508 Log: ignore *-fake.rb * .gitignore: ignore *-fake.rb generated even when CROSS_COMPILING = no since r42862. Modified directories: trunk/ Modified files: trunk/.gitignore trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 44507) +++ ChangeLog (revision 44508) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Jan 6 21:28:48 2014 Kazuhiro NISHIYAMA <zn@m...> + + * .gitignore: ignore *-fake.rb generated even when CROSS_COMPILING = no + since r42862. + Sun Jan 5 20:14:14 2014 Benoit Daloze <eregontp@g...> * compar.c (cmp_equal): remove error hiding in Comparable#==. Index: .gitignore =================================================================== --- .gitignore (revision 44507) +++ .gitignore (revision 44508) @@ -29,6 +29,7 @@ y.output https://github.com/ruby/ruby/blob/trunk/.gitignore#L29 y.tab.c # / +/*-fake.rb /*.pc /*_prelude.c /COPYING.LIB Property changes on: . ___________________________________________________________________ Modified: svn:ignore - *.bak *.dylib *.inc *.orig *.pc *.rej *.sav *.swp *_prelude.c *~ .*-* .*.list .*.time .DS_Store .ccmalloc .ext .git .pc .ppack .svn .time.id.h COPYING.LIB ChangeLog-1.8.0 ChangeLog.pre-alpha ChangeLog.pre1_1 Doxyfile GNUmakefile Makefile README.atheos README.fat-patch README.v6 TAGS archive autom4te*.cache automake beos bmlog-* breakpoints.gdb change.log config.cache config.h config.h.in config.log config.status config.status.lineno configure enc.mk enc/trans/*.c encdb.h ext/win32ole/.document exts.mk goruby id.[ch] largefile.h lex.c libruby*.* miniprelude.c miniruby newdate.rb newline.c newver.rb parse.c parse.h patches patches-master pitest.rb ppack prelude.c preview probes.dmyh probes.h rbconfig.rb rename2.h repack revision.h riscos rubicon ruby ruby-man.rd.gz sizes.c test.rb tmp transdb.h uncommon.mk verconf.h web y.output y.tab.c yasmdata.rb + *.bak *.dylib *.inc *.orig *.pc *.rej *.sav *.swp *-fake.rb *_prelude.c *~ .*-* .*.list .*.time .DS_Store .ccmalloc .ext .git .pc .ppack .svn .time.id.h COPYING.LIB ChangeLog-1.8.0 ChangeLog.pre-alpha ChangeLog.pre1_1 Doxyfile GNUmakefile Makefile README.atheos README.fat-patch README.v6 TAGS archive autom4te*.cache automake beos bmlog-* breakpoints.gdb change.log config.cache config.h config.h.in config.log config.status config.status.lineno configure enc.mk enc/trans/*.c encdb.h ext/win32ole/.document exts.mk goruby id.[ch] largefile.h lex.c libruby*.* miniprelude.c miniruby newdate.rb newline.c newver.rb parse.c parse.h patches patches-master pitest.rb ppack prelude.c preview probes.dmyh probes.h rbconfig.rb rename2.h repack revision.h riscos rubicon ruby ruby-man.rd.gz sizes.c test.rb tmp transdb.h uncommon.mk verconf.h web y.output y.tab.c yasmdata.rb -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/