mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
30 lines
387 B
YAML
30 lines
387 B
YAML
benchmark:
|
|
- benchmark/**/*
|
|
build:
|
|
- Makefile
|
|
- Rakefile
|
|
- build_config/**/*
|
|
- lib/**/*
|
|
- tasks/**/*
|
|
core:
|
|
- include/**/*
|
|
- mrblib/**/*
|
|
- src/**/*
|
|
- test/**/*
|
|
doc:
|
|
- CONTRIBUTING.md
|
|
- LEGAL
|
|
- LICENSE
|
|
- NEWS
|
|
- README.md
|
|
- SECURITY.md
|
|
- TODO.md
|
|
- doc/**/*
|
|
- examples/**/*
|
|
github:
|
|
- .github/**/*
|
|
mrbgems:
|
|
- mrbgems/**/*
|
|
oss-fuzz:
|
|
- oss-fuzz/**/*
|