Skip to content

Instantly share code, notes, and snippets.

@dbrajkovic
Created February 16, 2011 22:53
Show Gist options
  • Save dbrajkovic/830465 to your computer and use it in GitHub Desktop.
Save dbrajkovic/830465 to your computer and use it in GitHub Desktop.
gitignore file for Xcode Projects
# Mac OS X Finder and whatnot
.DS_Store
# Sparkle distribution Private Key (Don't check me in!)
dsa_priv.pem
# XCode (and ancestors) per-user config (very noisy, and not relevant)
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
# 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/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment