Files
mruby-mruby/.gitignore
T
KOBAYASHI Shuji d9614549bb Remove unneeded /src/y.tab.c in .gitignore
Currently, `y.tab.c` is generated to under the `build/` directory.
2019-08-29 14:05:53 +09:00

35 lines
258 B
Plaintext

*.lock
*.bak
*.bc
*.d
*.i
*.o
*.orig
*.pdb
*.rej
*.s
*.sav
*.swp
*.tmp
*~
.DS_Store
.ccmalloc
.svn
.vscode
.yardoc
cscope.files
cscope.out
tags
/.git
/bin
/build
/mruby-source-*.gem
/benchmark/**/*.dat
/benchmark/*.pdf
/benchmark/*.png
/doc/api
/doc/capi