2011-03-18 10:00:02 -04:00
|
|
|
*-*-*.def
|
2015-05-25 01:48:48 -04:00
|
|
|
*-*-*.exp
|
|
|
|
*-*-*.lib
|
2011-03-17 12:07:58 -04:00
|
|
|
*.a
|
2009-04-26 07:22:18 -04:00
|
|
|
*.bak
|
2016-07-06 01:44:35 -04:00
|
|
|
*.bc
|
2018-11-23 07:12:10 -05:00
|
|
|
*.bundle
|
2011-03-17 12:07:58 -04:00
|
|
|
*.dSYM
|
2012-11-16 10:22:37 -05:00
|
|
|
*.dmyh
|
2009-05-05 04:49:55 -04:00
|
|
|
*.dylib
|
2012-12-01 05:06:59 -05:00
|
|
|
*.elc
|
2016-07-06 01:44:35 -04:00
|
|
|
*.i
|
2009-05-05 04:49:55 -04:00
|
|
|
*.inc
|
2011-03-18 10:00:02 -04:00
|
|
|
*.log
|
2010-01-16 11:53:22 -05:00
|
|
|
*.o
|
2015-05-25 01:48:48 -04:00
|
|
|
*.obj
|
2017-09-08 22:34:30 -04:00
|
|
|
*.old
|
2009-04-26 07:22:18 -04:00
|
|
|
*.orig
|
2018-08-04 19:53:41 -04:00
|
|
|
*.pch
|
2015-05-25 01:48:48 -04:00
|
|
|
*.pdb
|
2009-04-26 07:22:18 -04:00
|
|
|
*.rej
|
2018-11-22 01:08:47 -05:00
|
|
|
*.s
|
2009-04-26 07:22:18 -04:00
|
|
|
*.sav
|
2018-11-23 07:12:10 -05:00
|
|
|
*.sl
|
|
|
|
*.so
|
2009-04-26 07:22:18 -04:00
|
|
|
*.swp
|
2015-12-08 19:46:26 -05:00
|
|
|
*.yarb
|
2009-05-05 04:49:55 -04:00
|
|
|
*~
|
|
|
|
.*-*
|
2009-04-26 07:22:18 -04:00
|
|
|
.*.list
|
|
|
|
.*.time
|
2009-05-05 04:49:55 -04:00
|
|
|
.DS_Store
|
2017-10-26 13:16:30 -04:00
|
|
|
.bundle
|
2009-04-26 07:22:18 -04:00
|
|
|
.ccmalloc
|
|
|
|
.ext
|
|
|
|
.pc
|
2009-05-05 04:49:55 -04:00
|
|
|
.ppack
|
|
|
|
.svn
|
2019-04-29 11:28:00 -04:00
|
|
|
.time
|
2011-03-18 10:00:02 -04:00
|
|
|
Makefile
|
2015-12-07 01:50:52 -05:00
|
|
|
cygruby*.def
|
2011-03-18 10:00:02 -04:00
|
|
|
extconf.h
|
2011-03-17 12:07:58 -04:00
|
|
|
y.output
|
|
|
|
y.tab.c
|
2017-05-20 09:00:41 -04:00
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
*.gcov
|
2019-04-22 07:01:07 -04:00
|
|
|
*.vscode
|
2017-07-04 12:02:19 -04:00
|
|
|
lcov*.info
|
2011-03-18 20:25:01 -04:00
|
|
|
|
|
|
|
# /
|
2014-01-06 07:29:46 -05:00
|
|
|
/*-fake.rb
|
2015-05-25 01:48:48 -04:00
|
|
|
/*.dll
|
|
|
|
/*.exe
|
|
|
|
/*.res
|
2010-10-25 23:44:56 -04:00
|
|
|
/*.pc
|
2015-05-25 01:48:48 -04:00
|
|
|
/*.rc
|
2009-07-13 05:12:02 -04:00
|
|
|
/*_prelude.c
|
2019-06-20 07:12:42 -04:00
|
|
|
/build*/
|
2009-07-13 05:12:02 -04:00
|
|
|
/COPYING.LIB
|
2019-05-01 07:26:35 -04:00
|
|
|
/ChangeLog
|
2009-07-13 05:12:02 -04:00
|
|
|
/Doxyfile
|
|
|
|
/GNUmakefile
|
|
|
|
/README.atheos
|
|
|
|
/README.fat-patch
|
|
|
|
/README.v6
|
|
|
|
/TAGS
|
|
|
|
/archive
|
|
|
|
/autom4te*.cache
|
|
|
|
/automake
|
benchmark: introduce benchmark_driver.gem
Makefile.in: Clone benchmark-driver repository in benchmark/benchmark-driver
`make update-benchmark-driver`, like simplecov.
win32/Makefile.sub: Roughly do the same thing.
.gitignore: Ignore the cloned repository.
common.mk: Trigger `make update-benchmark-driver` to run `make benchmark`
and adjust arguments for benchmark_driver.gem.
benchmark/require.yml: renamed from benchmark/bm_require.rb, benchmark/prepare_require.rb
benchmark/require_thread.yml: renamed from benchmark/bm_require_thread.rb, benchmark/prepare_require_thread.rb
benchmark/so_count_words.yml: renamed from benchmark/bm_so_count_words.rb, benchmark/prepare_so_count_words.rb,
benchmark/wc.input.base
benchmark/so_k_nucleotide.yml: renamed from benchmark/bm_so_k_nucleotide.rb, benchmark/prepare_so_k_nucleotide.rb,
benchmark/make_fasta_output.rb
benchmark/so_reverse_complement.yml: renamed from benchmark/bm_so_reverse_complement.rb, benchmark/prepare_so_reverse_complement.rb,
benchmark/make_fasta_output.rb
I'm sorry but I made some duplications between benchmark/require.yml and benchmark/require_thread.yml,
and between benchmark/so_k_nucleotide.yml and benchmark/so_reverse_complement.yml.
If you're not comfortable with it, please combine these YAMLs to share
the same prelude. One YAML file can have multiple benchmark definitions
sharing prelude.
benchmark/driver.rb: Replace its core feature with benchmark_driver.gem.
Some old features are gone for now, but I'll add them again later.
[Misc #14902]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-07-08 10:38:05 -04:00
|
|
|
/benchmark/benchmark-driver
|
2009-07-13 05:12:02 -04:00
|
|
|
/beos
|
2014-02-22 04:41:18 -05:00
|
|
|
/bmlog-*
|
2009-07-13 05:12:02 -04:00
|
|
|
/breakpoints.gdb
|
|
|
|
/config.cache
|
|
|
|
/config.h
|
|
|
|
/config.h.in
|
|
|
|
/config.status
|
|
|
|
/config.status.lineno
|
|
|
|
/configure
|
2014-09-11 05:15:42 -04:00
|
|
|
/coverage/simplecov
|
2015-11-09 03:38:20 -05:00
|
|
|
/coverage/simplecov-html
|
|
|
|
/coverage/doclie
|
2014-09-11 05:40:21 -04:00
|
|
|
/coverage/.last_run.json
|
|
|
|
/coverage/.resultset.json*
|
|
|
|
/coverage/assets
|
|
|
|
/coverage/index.html
|
2010-10-15 10:56:47 -04:00
|
|
|
/doc/capi
|
2009-07-13 05:12:02 -04:00
|
|
|
/enc.mk
|
|
|
|
/encdb.h
|
2011-03-09 09:07:11 -05:00
|
|
|
/exts.mk
|
2009-09-14 03:57:36 -04:00
|
|
|
/goruby
|
2012-12-04 12:36:19 -05:00
|
|
|
/id.[ch]
|
2009-07-13 05:12:02 -04:00
|
|
|
/largefile.h
|
2017-09-09 09:09:21 -04:00
|
|
|
/lcov-c-out
|
|
|
|
/lcov-rb-out
|
2017-07-04 12:02:19 -04:00
|
|
|
/lcov-out
|
2009-07-13 05:12:02 -04:00
|
|
|
/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
|
2017-09-08 22:34:30 -04:00
|
|
|
/probes.dmyh
|
2012-11-12 19:44:12 -05:00
|
|
|
/probes.h
|
2009-07-13 05:12:02 -04:00
|
|
|
/rbconfig.rb
|
|
|
|
/rename2.h
|
|
|
|
/repack
|
|
|
|
/revision.h
|
|
|
|
/riscos
|
|
|
|
/rubicon
|
|
|
|
/ruby
|
2015-10-23 05:10:39 -04:00
|
|
|
/ruby-runner
|
2016-04-13 21:30:12 -04:00
|
|
|
/ruby-runner.h
|
2009-07-13 05:12:02 -04:00
|
|
|
/ruby-man.rd.gz
|
2017-08-29 02:24:31 -04:00
|
|
|
/run.gdb
|
2013-08-25 23:37:15 -04:00
|
|
|
/sizes.c
|
2009-07-13 05:12:02 -04:00
|
|
|
/test.rb
|
2017-09-07 11:40:29 -04:00
|
|
|
/test-coverage.dat
|
2009-07-13 05:12:02 -04:00
|
|
|
/tmp
|
|
|
|
/transdb.h
|
|
|
|
/uncommon.mk
|
2012-03-31 01:20:07 -04:00
|
|
|
/verconf.h
|
2015-05-25 01:48:48 -04:00
|
|
|
/verconf.mk
|
2009-07-13 05:12:02 -04:00
|
|
|
/web
|
|
|
|
/yasmdata.rb
|
|
|
|
|
2019-05-23 23:23:26 -04:00
|
|
|
# /bin/
|
|
|
|
|
|
|
|
/bin/*.exe
|
|
|
|
/bin/*.dll
|
|
|
|
|
2009-07-13 05:12:02 -04:00
|
|
|
# /benchmark/
|
2017-05-04 03:18:33 -04:00
|
|
|
/benchmark/bm_require.data
|
2009-07-13 05:12:02 -04:00
|
|
|
/benchmark/bmx_*.rb
|
2014-02-22 04:41:18 -05:00
|
|
|
/benchmark/fasta.output.*
|
|
|
|
/benchmark/wc.input
|
2009-07-13 05:12:02 -04:00
|
|
|
|
2015-05-25 01:48:48 -04:00
|
|
|
/enc/*.def
|
|
|
|
/enc/*.exp
|
|
|
|
/enc/*.lib
|
2017-04-22 12:26:15 -04:00
|
|
|
/enc/jis/props.h
|
2017-04-10 21:24:13 -04:00
|
|
|
/enc/unicode/data
|
2014-10-19 12:07:16 -04:00
|
|
|
|
2018-11-22 01:08:47 -05:00
|
|
|
# /coroutine/
|
|
|
|
!/coroutine/**/*.s
|
|
|
|
|
2009-07-13 05:12:02 -04:00
|
|
|
# /enc/trans/
|
|
|
|
/enc/trans/*.c
|
2015-05-25 01:48:48 -04:00
|
|
|
/enc/trans/*.def
|
|
|
|
/enc/trans/*.exp
|
|
|
|
/enc/trans/*.lib
|
2009-07-13 05:12:02 -04:00
|
|
|
|
2017-10-11 07:39:15 -04:00
|
|
|
# /exe/
|
2018-12-03 08:12:29 -05:00
|
|
|
/exe/goruby
|
2017-10-11 07:39:15 -04:00
|
|
|
/exe/ruby
|
|
|
|
|
2009-07-13 05:12:02 -04:00
|
|
|
# /ext/
|
|
|
|
/ext/extinit.c
|
2017-01-22 21:50:23 -05:00
|
|
|
/ext/configure-ext.mk
|
|
|
|
/ext/*/exts.mk
|
2009-07-13 05:12:02 -04:00
|
|
|
|
2015-05-25 01:48:48 -04:00
|
|
|
# /ext/-test-/win32/dln/
|
2017-11-12 10:25:56 -05:00
|
|
|
/ext/-test-/win32/dln/dlntest.dll
|
2015-05-25 01:48:48 -04:00
|
|
|
/ext/-test-/win32/dln/dlntest.exp
|
|
|
|
/ext/-test-/win32/dln/dlntest.lib
|
|
|
|
|
2014-05-17 21:48:47 -04:00
|
|
|
# /ext/etc/
|
|
|
|
/ext/etc/constdefs.h
|
|
|
|
|
2014-12-23 08:39:13 -05:00
|
|
|
# /ext/fiddle/
|
|
|
|
/ext/fiddle/libffi-*
|
|
|
|
|
2013-11-19 02:03:51 -05:00
|
|
|
# /ext/rbconfig/
|
|
|
|
/ext/rbconfig/sizeof/sizes.c
|
2017-02-03 18:40:59 -05:00
|
|
|
/ext/rbconfig/sizeof/limits.c
|
2013-11-19 02:03:51 -05:00
|
|
|
|
2009-07-13 05:12:02 -04:00
|
|
|
# /ext/ripper/
|
|
|
|
/ext/ripper/eventids1.c
|
|
|
|
/ext/ripper/eventids2table.c
|
|
|
|
/ext/ripper/ripper.*
|
|
|
|
/ext/ripper/ids1
|
|
|
|
/ext/ripper/ids2
|
|
|
|
|
|
|
|
# /ext/socket/
|
|
|
|
/ext/socket/constants.h
|
|
|
|
/ext/socket/constdefs.h
|
|
|
|
/ext/socket/constdefs.c
|
2010-04-16 07:02:24 -04:00
|
|
|
|
2014-06-23 21:45:41 -04:00
|
|
|
# /gems
|
|
|
|
/gems/*.gem
|
2017-10-21 05:50:36 -04:00
|
|
|
/gems/src
|
2016-12-26 20:40:39 -05:00
|
|
|
/gems/*-*
|
2014-06-23 21:45:41 -04:00
|
|
|
|
2019-05-23 23:23:26 -04:00
|
|
|
# /lib/
|
2019-05-24 01:24:38 -04:00
|
|
|
/lib/ruby/[1-9]*.*
|
|
|
|
/lib/ruby/vendor_ruby
|
2019-05-23 23:23:26 -04:00
|
|
|
|
2017-09-08 04:45:41 -04:00
|
|
|
# /spec/bundler
|
|
|
|
/.rspec_status
|
|
|
|
|
2013-06-16 03:10:20 -04:00
|
|
|
# /tool/
|
|
|
|
/tool/config.guess
|
|
|
|
/tool/config.sub
|
|
|
|
|
2009-07-13 05:12:02 -04:00
|
|
|
# /win32/
|
|
|
|
/win32/*.ico
|
2018-02-04 00:49:21 -05:00
|
|
|
|
|
|
|
# MJIT
|
|
|
|
/rb_mjit_header.h
|
2018-02-22 02:34:42 -05:00
|
|
|
/mjit_config.h
|
2018-02-22 02:34:43 -05:00
|
|
|
/include/ruby-*/*/rb_mjit_min_header-*.h
|