Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created April 20, 2013 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5425805 to your computer and use it in GitHub Desktop.
Save anonymous/5425805 to your computer and use it in GitHub Desktop.
Simple .gitignore file for Xcode projects.
.DS_Store
# TextMate noise
*.tm_build_errors
# Xcode noise, after https://github.com/github/gitignore/blob/master/Objective-C.gitignore
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
*~.nib
.*.sw*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment