Skip to content

Instantly share code, notes, and snippets.

@darcwader
Last active December 16, 2015 06:49
Show Gist options
  • Save darcwader/5394120 to your computer and use it in GitHub Desktop.
Save darcwader/5394120 to your computer and use it in GitHub Desktop.
Objective-C Gitignore file
# OS X temporary files that should never be committed
.DS_Store
*.swp
*.lock
profile
# Xcode temporary files that should never be committed
*~.nib
# Xcode build files -
DerivedData/
build/
# Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups)
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
# Xcode 4 - semi-personal settings
xcuserdata
!xcshareddata
*.moved-aside
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment