Objective-C 837 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## Build generated
  5. build/
  6. DerivedData
  7. ## Various settings
  8. *.pbxuser
  9. !default.pbxuser
  10. *.mode1v3
  11. !default.mode1v3
  12. *.mode2v3
  13. !default.mode2v3
  14. *.perspectivev3
  15. !default.perspectivev3
  16. xcuserdata
  17. ## Other
  18. *.xccheckout
  19. *.moved-aside
  20. *.xcuserstate
  21. *.xcscmblueprint
  22. ## Obj-C/Swift specific
  23. *.hmap
  24. *.ipa
  25. # CocoaPods
  26. #
  27. # We recommend against adding the Pods directory to your .gitignore. However
  28. # you should judge for yourself, the pros and cons are mentioned at:
  29. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  30. #
  31. #Pods/
  32. # Carthage
  33. #
  34. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  35. # Carthage/Checkouts
  36. Carthage/Build