Skip to content

Instantly share code, notes, and snippets.

@ushu
Last active December 20, 2015 19:38
Show Gist options
  • Save ushu/6184354 to your computer and use it in GitHub Desktop.
Save ushu/6184354 to your computer and use it in GitHub Desktop.
# based on http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
# this is the aggregate of several sources so still messy
.DS_Store
.Trashes
*.swp
*.lock
*~.nib
DerivedData/
build/
*.pbxuser
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
xcuserdata
*.moved-aside
xcdebugger
project.xcworkspace
UserInterfaceState.xcuserstate
*.tm_build_errors
profile
.svn
*.pyc
Pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment