summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 6a0e7e46b860fb5ac068561228c129fc0394c222 (plain)
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
*.lock
*.bak
*.bc
*.d
*.i
*.o
*.orig
*.pdb
*.rej
*.s
*.sav
*.swp
*.tmp
*~
.DS_Store
.ccmalloc
.svn
.vscode
.yardoc
.ccls*
compile_flags.txt
compile_commands.json
cscope.files
cscope.out
tags

/.git
/bin
/build
/mruby-source-*.gem

/benchmark/**/*.dat
/benchmark/*.pdf
/benchmark/*.png

/doc/api
/doc/capi