diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-22 10:13:08 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-22 10:13:08 -0700 |
| commit | 618697cbb6f2cb96f6e7d076d2beda3bb98b2577 (patch) | |
| tree | 283f3971bb4ff37ef137853bc89154fa13c04edd /.gitignore | |
| parent | 1eb02552eae24854f66ecc32104f6c2dcf6a9efb (diff) | |
| parent | 9f89da6eef2c830db6fc3abb08fe755ae7ce9b6c (diff) | |
| download | mruby-618697cbb6f2cb96f6e7d076d2beda3bb98b2577.tar.gz mruby-618697cbb6f2cb96f6e7d076d2beda3bb98b2577.zip | |
Merge pull request #182 from thecodeshop/cmake
Add CMake build infrastructure
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1f700fa66..9389c11da 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ cscope.out /bin /mrblib/mrblib.c /mrblib/*.*tmp +/build /test/mrbtest /test/mrbtest.c /test/*.*tmp |
