diff options
author | Hwee-Boon Yar <hboon@motionobj.com> | 2016-03-11 18:38:43 +0800 |
---|---|---|
committer | Hwee-Boon Yar <hboon@motionobj.com> | 2016-03-11 18:38:51 +0800 |
commit | 0ae23acc5b2e763a12bfeebe4fac05e6077b4219 (patch) | |
tree | a8a1e7a874cdaade244d775d538f737b0e314c43 /Ruby.gitignore | |
parent | d83a450dc115bdb0b6772ac7027569978a1d724b (diff) | |
download | gitignore-0ae23acc5b2e763a12bfeebe4fac05e6077b4219.tar.gz gitignore-0ae23acc5b2e763a12bfeebe4fac05e6077b4219.zip |
Ruby: ignore more build artifacts specific to RubyMotion
Diffstat (limited to 'Ruby.gitignore')
-rw-r--r-- | Ruby.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Ruby.gitignore b/Ruby.gitignore index a8b1cda2..46ede401 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -14,6 +14,10 @@ .dat* .repl_history build/ +vendor/Pods/ +*.bridgesupport +build-iPhoneOS/ +build-iPhoneSimulator/ ## Documentation cache and generated files: /.yardoc/ |