diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-23 08:43:16 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-23 08:43:16 +0900 |
| commit | a639479c2731e7167887dcbb71208449f1a80923 (patch) | |
| tree | f213736498a30ff3360e96bde4a527e2a0170dfe | |
| parent | 7fdb5634b148e0f1ed3170da01c8361f3be1a35d (diff) | |
| download | mruby-a639479c2731e7167887dcbb71208449f1a80923.tar.gz mruby-a639479c2731e7167887dcbb71208449f1a80923.zip | |
update .gitignore based on pull-request #36
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 8e8704797..94a9f5d79 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,7 @@ .svn /.git cscope.out -mruby.exe -y.tab.c -bin -mrblib/mrblib.c -mrblib/*.*tmp +/src/y.tab.c +/bin +/mrblib/mrblib.c +/mrblib/*.*tmp |
