.gitignore 342 B

12345678910111213141516171819202122232425
  1. # Exclude the build directory
  2. build/*
  3. examples/FilterShowcase/build*
  4. # Exclude temp nibs and swap files
  5. *~.nib
  6. *.swp
  7. # Exclude OS X folder attributes
  8. .DS_Store
  9. .svn
  10. # Exclude user-specific XCode 3 and 4 files
  11. *.mode1
  12. *.mode1v3
  13. *.mode2v3
  14. *.perspective
  15. *.perspectivev3
  16. *.pbxuser
  17. *.xcworkspace
  18. xcuserdata
  19. # Documentation
  20. documentation/*