ruby-changes:47671
From: kazu <ko1@a...>
Date: Sat, 9 Sep 2017 11:34:34 +0900 (JST)
Subject: [ruby-changes:47671] kazu:r59787 (trunk): Sync .gitignore and svn:ignore and cleanup [ci skip]
kazu 2017-09-09 11:34:30 +0900 (Sat, 09 Sep 2017) New Revision: 59787 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59787 Log: Sync .gitignore and svn:ignore and cleanup [ci skip] Modified directories: trunk/ Modified files: trunk/.gitignore Index: .gitignore =================================================================== --- .gitignore (revision 59786) +++ .gitignore (revision 59787) @@ -13,6 +13,7 @@ https://github.com/ruby/ruby/blob/trunk/.gitignore#L13 *.log *.o *.obj +*.old *.orig *.pdb *.rej @@ -31,7 +32,6 @@ https://github.com/ruby/ruby/blob/trunk/.gitignore#L32 .ppack .svn Makefile -Makefile.old cygruby*.def extconf.h y.output @@ -50,12 +50,8 @@ lcov*.info https://github.com/ruby/ruby/blob/trunk/.gitignore#L50 /*.rc /*_prelude.c /COPYING.LIB -/ChangeLog-* -/ChangeLog.pre-alpha -/ChangeLog.pre1_1 /Doxyfile /GNUmakefile -/GNUmakefile.old /README.atheos /README.fat-patch /README.v6 @@ -102,6 +98,7 @@ lcov*.info https://github.com/ruby/ruby/blob/trunk/.gitignore#L98 /ppack /prelude.c /preview +/probes.dmyh /probes.h /rbconfig.rb /rename2.h Index: . =================================================================== --- . (revision 59786) +++ . (revision 59787) Property changes on: . ___________________________________________________________________ Modified: svn:ignore ## -1,13 +1,35 ## +*-*-*.def +*-*-*.exp +*-*-*.lib +*-fake.rb +*.a *.bak +*.bc +*.dSYM +*.dll +*.dmyh *.dylib +*.elc +*.exe +*.gcda +*.gcno +*.gcov +*.i *.inc +*.log +*.o +*.obj *.old *.orig *.pc +*.pdb +*.rc *.rej +*.res +*.s *.sav *.swp -*-fake.rb +*.yarb *_prelude.c *~ .*-* ## -19,12 +41,8 ## .git .pc .ppack -.svn -.time.id.h +.rspec_status COPYING.LIB -ChangeLog-1.8.0 -ChangeLog.pre-alpha -ChangeLog.pre1_1 Doxyfile GNUmakefile Makefile ## -38,20 +56,22 ## beos bmlog-* breakpoints.gdb -change.log config.cache config.h config.h.in -config.log config.status config.status.lineno configure +cygruby*.def enc.mk encdb.h +extconf.h exts.mk goruby id.[ch] largefile.h +lcov*.info +lcov-out lex.c libruby*.* miniprelude.c ## -79,12 +99,15 ## ruby-man.rd.gz ruby-runner ruby-runner.h +run.gdb sizes.c +test-coverage.dat test.rb tmp transdb.h uncommon.mk verconf.h +verconf.mk web y.output y.tab.c -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/