forked from mruby/mruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
60 lines (60 loc) · 1.23 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# /
*.bak
*.d
*.o
/benchmark/**/*.dat
/benchmark/*.pdf
/benchmark/*.png
*.orig
*.pdb
*.rej
*.sav
*.swp
*.tmp
*~
.DS_Store
.ccmalloc
.svn
.vscode
/.git
cscope.files
cscope.out
tags
/src/y.tab.c
/bin
/build
/mruby-source-*.gem
doc/api
.yardoc
build_config.rb.x
examples/hello_wruby/README.md
examples/hello_wruby/a.out
examples/hello_wruby/hello_ruby.c
examples/hello_wruby/hello_ruby.full.asm.js
examples/hello_wruby/hello_ruby.full.wasm.mem
examples/hello_wruby/hello_ruby.html
examples/hello_wruby/hello_ruby.js
examples/hello_wruby/hello_ruby.mrb
examples/hello_wruby/hello_ruby.rb
examples/hello_wruby/hello_ruby.wasm
examples/hello_wruby/hello_ruby.wasm.mem
examples/hello_wruby/hello_ruby.wast
examples/hello_wruby/mruby
examples/hello_wruby/mruby2/
examples/hello_wruby/program.c
examples/hello_wruby/program.callTree
examples/hello_wruby/program.js.symbols
examples/hello_wruby/program.min.js
examples/hello_wruby/program.min.wasm
examples/hello_wruby/program.mrb
examples/hello_wruby/program.rb
examples/hello_wruby/program.s
examples/hello_wruby/program.stats
examples/hello_wruby/program.wasm.map
examples/hello_wruby/program.wast
examples/hello_wruby/t.js
examples/hello_wruby/test.c
examples/hello_wruby/wasmx
libmruby.a
mruby-cli/
test-mruby-wasm/