Skip to content

Commit 1f87caa

Browse files
committedApr 23, 2012
Merge branch 'master' of github.com:mruby/mruby
2 parents 210fcdc + cf6e796 commit 1f87caa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+583
-1795
lines changed
 

‎.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*.dylib
44
*.inc
55
*.o
6+
*.a
67
*.orig
78
*.rej
89
*.sav
@@ -14,5 +15,7 @@
1415
.svn
1516
/.git
1617
cscope.out
17-
mruby.exe
18-
y.tab.c
18+
/src/y.tab.c
19+
/bin
20+
/mrblib/mrblib.c
21+
/mrblib/*.*tmp

‎COPYING

-56
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.