/.gitignore

https://code.google.com/ · gitignore · 37 lines · 24 code · 6 blank · 7 comment · 0 complexity · 77de004e5efa364922ee366b87e821ec MD5 · raw file

  1. # OSX Specific System Files
  2. .DS_Store
  3. profile
  4. *.swp
  5. ehthumbs.db
  6. Thumbs.db
  7. # Backup files
  8. *~.nib
  9. # Generated Docs
  10. Documentation/*
  11. # Xcode Specific Files
  12. build/*
  13. *.pbxuser
  14. !default.pbxuser
  15. *.mode1v3
  16. !default.mode1v3
  17. *.mode2v3
  18. !default.mode2v3
  19. *.perspectivev3
  20. !default.perspectivev3
  21. *.xcworkspace
  22. !default.xcworkspace
  23. xcuserdata
  24. *.moved-aside
  25. # Textmate - if you build your xcode projects with it
  26. *.tm_build_errors
  27. # old skool
  28. .svn
  29. #new skewl
  30. .hgignore
  31. .hg