diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-10 21:13:04 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-10 21:13:04 -0800 |
| commit | 8be5f1728f926d1dbac6a9c678d978c47e88c14c (patch) | |
| tree | f1d6918274e5368efda463c21aa335c2cb9a3904 | |
| parent | b975bd233e7111d08d2068f7f93c26a56d674f26 (diff) | |
| parent | 238c956b6ac755529a246826cea914bacafa46bf (diff) | |
| download | mruby-8be5f1728f926d1dbac6a9c678d978c47e88c14c.tar.gz mruby-8be5f1728f926d1dbac6a9c678d978c47e88c14c.zip | |
Merge pull request #619 from iij/pr-ignore-mrbgems-srclib
ignore an auto-generated file.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 420533b61..ccc701bcf 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ CMakeCache.txt /mrbgems/g/MakefileGemList /mrbgems/g/mrbgemtest.ctmp /mrbgems/g/mrbgemtest.rbtmp +/mrbgems/g/*/gem_srclib.c |
