mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
00d43ad960
Run `pre-commit` and generate `YARD` docs with Docker Update CONTRIBUTING
36 lines
316 B
Plaintext
36 lines
316 B
Plaintext
*.bak
|
|
*.bc
|
|
*.d
|
|
*.i
|
|
*.lock
|
|
*.o
|
|
*.orig
|
|
*.pdb
|
|
*.rej
|
|
*.s
|
|
*.sav
|
|
*.swp
|
|
*.tmp
|
|
*~
|
|
.DS_Store
|
|
.ccls*
|
|
.ccmalloc
|
|
.svn
|
|
.vscode
|
|
.yardoc
|
|
/.git
|
|
/benchmark/**/*.dat
|
|
/benchmark/*.pdf
|
|
/benchmark/*.png
|
|
/bin
|
|
/build
|
|
/doc/api
|
|
/doc/capi
|
|
/mruby-source-*.gem
|
|
compile_commands.json
|
|
compile_flags.txt
|
|
cscope.files
|
|
cscope.out
|
|
tags
|
|
!Gemfile.lock
|