diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-08-14 06:21:22 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-08-14 06:21:22 -0700 |
| commit | f5f6300f5bc7b4accbb9570713fc270dffdd2d4b (patch) | |
| tree | 70ddfe99eba7e08b5184bbfa97c144c6b57e5c3a /xcode/.gitignore | |
| parent | 7d02df3016b0c6eb3f4ee945198772cf4ebca3fa (diff) | |
| parent | 263de094b788b8f194926662fbe2311301756057 (diff) | |
| download | mruby-f5f6300f5bc7b4accbb9570713fc270dffdd2d4b.tar.gz mruby-f5f6300f5bc7b4accbb9570713fc270dffdd2d4b.zip | |
Merge pull request #423 from pbosetti/XCode
Xcode project cleanup (corrects the error in #422, not pulled)
Diffstat (limited to 'xcode/.gitignore')
| -rw-r--r-- | xcode/.gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xcode/.gitignore b/xcode/.gitignore index 6c2e56967..bdc490cb8 100644 --- a/xcode/.gitignore +++ b/xcode/.gitignore @@ -1,3 +1,5 @@ xcuserdata -build/lib -build/m*
\ No newline at end of file +build/ +bin/ +lib/ +DerivedData/
\ No newline at end of file |
