Git Ignore file contents for XCode projects


/ Published in: Bash
Save to your folder(s)

Contents of the .gitignore file used in my XCode projects.


Copy this code and paste it in your HTML
  1. # xcode noise
  2. build/*
  3. *.pbxuser
  4. *.mode2v3
  5. *.mode1v3
  6. *.perspective
  7. *.perspectivev3
  8.  
  9. # old skool
  10. .svn
  11.  
  12. # osx noise
  13. .DS_Store
  14. profile
  15.  
  16. *.swp
  17. *~.nib

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.