Guest User

Untitled

a guest
May 27th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. *~
  2. .DS_Store
  3.  
  4. # old skool
  5. .svn
  6.  
  7. # Exclude the build directory
  8. build/*
  9.  
  10. # Exclude temp nibs and swap files
  11. *~.nib
  12. *.swp
  13.  
  14.  
  15. # Exclude user-specific XCode 3 and 4 files
  16. *.mode1
  17. *.mode1v3
  18. *.mode2v3
  19. *.perspective
  20. *.perspectivev3
  21. *.pbxuser
  22. *.xcworkspace
  23. *.xccheckout
  24. xcuserdata
  25. .xcodeproj/ !.xcodeproj/project.pbxproj
  26.  
  27. # Exclude Pod Files
  28. Pods
  29.  
  30.  
  31.  
  32. # NB: also, whitelist the default ones, some projects need to use these
  33. !default.pbxuser
  34. !default.mode1v3
  35. !default.mode2v3
  36. !default.perspectivev3
  37.  
  38.  
  39.  
  40. # osx noise
  41. .DS_Store
  42. *.swp
  43. *.lock
  44. *.xccheckout
  45. CRFilter.h
  46. Crittercism.h
  47. CrittercismConfig.h
  48. CrittercismLoggingLevel.h
  49. CrittercismDelegate.h
  50. dsym_upload.sh
  51. generate_symbol_upload_token.sh
  52. libCrittercism_v5_4_5.a
Add Comment
Please, Sign In to add comment