Skip to content

Instantly share code, notes, and snippets.

@CocoaBeans
Created January 16, 2013 19:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CocoaBeans/4550260 to your computer and use it in GitHub Desktop.
Save CocoaBeans/4550260 to your computer and use it in GitHub Desktop.
Common .gitignores for Cocoa development
*.xcuserdatad/
docset-installed.txt
# OS X Finder
.DS_Store
# Xcode per-user config
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*.xcworkspace
xcuserdata
# Build products
build/
*.o
*.LinkFileList
*.hmap
# Automatic backup files
*~.nib/
*.swp
*~
*.dat
*.dep
*.locuser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment