.gitignore 536 B

12345678910111213141516171819202122232425262728293031323334
  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. # Generated files
  13. VersionX-revision.h
  14. # build products
  15. build/
  16. *.[oa]
  17. # Other source repository archive directories (protects when importing)
  18. .hg
  19. .svn
  20. CVS
  21. # automatic backup files
  22. *~.nib
  23. *.swp
  24. *~
  25. *(Autosaved).rtfd/
  26. Backup[ ]of[ ]*.pages/
  27. Backup[ ]of[ ]*.key/
  28. Backup[ ]of[ ]*.numbers/