From 0ae23acc5b2e763a12bfeebe4fac05e6077b4219 Mon Sep 17 00:00:00 2001 From: Hwee-Boon Yar Date: Fri, 11 Mar 2016 18:38:43 +0800 Subject: [PATCH 1/2] Ruby: ignore more build artifacts specific to RubyMotion --- Ruby.gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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/ From 45829eacb50f73ac293162ca90e36db9e7050b38 Mon Sep 17 00:00:00 2001 From: Hwee-Boon Yar Date: Sun, 13 Mar 2016 15:35:04 +0800 Subject: [PATCH 2/2] Ruby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion --- Ruby.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Ruby.gitignore b/Ruby.gitignore index 46ede401..aa642836 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -14,11 +14,18 @@ .dat* .repl_history build/ -vendor/Pods/ *.bridgesupport build-iPhoneOS/ build-iPhoneSimulator/ +## Specific to RubyMotion (use of CocoaPods): +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# +# vendor/Pods/ + ## Documentation cache and generated files: /.yardoc/ /_yardoc/