You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Objective-C.gitignore 249B

1234567891011121314151617181920212223
  1. # OS X
  2. .DS_Store
  3. # Xcode
  4. build/
  5. *.pbxuser
  6. !default.pbxuser
  7. *.mode1v3
  8. !default.mode1v3
  9. *.mode2v3
  10. !default.mode2v3
  11. *.perspectivev3
  12. !default.perspectivev3
  13. xcuserdata
  14. *.xccheckout
  15. profile
  16. *.moved-aside
  17. DerivedData
  18. *.hmap
  19. *.xccheckout
  20. # CocoaPods
  21. Pods