Skip to content

Instantly share code, notes, and snippets.

@phlipper
Created June 25, 2011 02:41
Show Gist options
  • Save phlipper/1046057 to your computer and use it in GitHub Desktop.
Save phlipper/1046057 to your computer and use it in GitHub Desktop.
XCode files to have version control ignore
# Mac OS X Finder and whatnot
.DS_Store
# XCode (and ancestors) per-user config (very noisy, and not relevant)
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
xcuserdata
# Generated files
VersionX-revision.h
# build products
build/
*.[oa]
# Other source repository archive directories (protects when importing)
.hg
.svn
CVS
# automatic backup files
*~.nib
*.swp
*~
*(Autosaved).rtfd/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment