Merge pull request #1901 from hboon/rubymotion

Ruby: ignore more build artifacts specific to RubyMotion
This commit is contained in:
Brendan Forster 2016-03-13 18:43:39 +11:00
commit dad599102e
1 changed files with 11 additions and 0 deletions

View File

@ -14,6 +14,17 @@
.dat*
.repl_history
build/
*.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/