.gitignore 561 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Mac OS X Finder and whatnot
  2. .DS_Store
  3. # Sparkle distribution Private Key (Don't check me in!)
  4. dsa_priv.pem
  5. # XCode (and ancestors) per-user config (very noisy, and not relevant)
  6. *.mode1
  7. *.mode1v3
  8. *.mode2v3
  9. *.perspective
  10. *.perspectivev3
  11. *.pbxuser
  12. *.xcworkspace
  13. xcuserdata
  14. # Generated files
  15. VersionX-revision.h
  16. # build products
  17. build/
  18. *.[oa]
  19. # Other source repository archive directories (protects when importing)
  20. .hg
  21. .svn
  22. CVS
  23. # automatic backup files
  24. *~.nib
  25. *.swp
  26. *~
  27. *(Autosaved).rtfd/
  28. Backup[ ]of[ ]*.pages/
  29. Backup[ ]of[ ]*.key/
  30. Backup[ ]of[ ]*.numbers/