Skip to content

Commit dad5991

Browse files
committed
Merge pull request #1901 from hboon/rubymotion
Ruby: ignore more build artifacts specific to RubyMotion
2 parents 65bcf01 + 45829ea commit dad5991

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Ruby.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
.dat*
1515
.repl_history
1616
build/
17+
*.bridgesupport
18+
build-iPhoneOS/
19+
build-iPhoneSimulator/
20+
21+
## Specific to RubyMotion (use of CocoaPods):
22+
#
23+
# We recommend against adding the Pods directory to your .gitignore. However
24+
# you should judge for yourself, the pros and cons are mentioned at:
25+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
26+
#
27+
# vendor/Pods/
1728

1829
## Documentation cache and generated files:
1930
/.yardoc/

0 commit comments

Comments
 (0)