diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-17 07:27:52 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-17 07:27:52 -0700 |
| commit | 069768b77c53b7624bfa62ed86b89fc6e956c0b0 (patch) | |
| tree | 605bfb263e3b5a118562b437a31da7e5bef6baf0 | |
| parent | fd14730f95728f55cb70528a1f9f4e5418e9dc0e (diff) | |
| parent | b6935257a0545fcdfe3558d4906b711b7b5cda13 (diff) | |
| download | mruby-069768b77c53b7624bfa62ed86b89fc6e956c0b0.tar.gz mruby-069768b77c53b7624bfa62ed86b89fc6e956c0b0.zip | |
Merge pull request #156 from iwadon/update-gitignore
Updated .gitignore for test/
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 94a9f5d79..1f700fa66 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ cscope.out /bin /mrblib/mrblib.c /mrblib/*.*tmp +/test/mrbtest +/test/mrbtest.c +/test/*.*tmp |
