.gitignore 699B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Exclude the Podspecs
  2. Pods/*
  3. Podfile.lock
  4. # Exclude any PSD/AI source
  5. #*.psd
  6. #*.ai
  7. # Exclude generated files
  8. VersionX-revision.h
  9. # Exclude the build products
  10. build/*
  11. *.[oa]
  12. # Exclude temp nibs and swap files
  13. *~.nib
  14. *.swp
  15. *~
  16. # Sparkle distribution Private Key (Don't check me in!)
  17. dsa_priv.pem
  18. # Exclude OS X folder attributes
  19. .DS_Store
  20. # Exclude user-specific XCode 3 and 4 files
  21. *.mode1
  22. *.mode1v3
  23. *.mode2v3
  24. *.perspective
  25. *.perspectivev3
  26. *.pbxuser
  27. *.xcuserdata
  28. xcuserdata/
  29. */xcuserdata/
  30. # Exclude ReleaseNotes
  31. RELEASENOTES
  32. RELEASENOTES.*
  33. release_notes
  34. release_notes.*
  35. # Other source repository archive directories (protects when importing)
  36. .hg
  37. .svn
  38. CVS
  39. Assets/*
  40. UCLALibrary.wiki/*