Skip to content

Instantly share code, notes, and snippets.

@yilee
Created February 23, 2013 12:27
Show Gist options
  • Save yilee/5019587 to your computer and use it in GitHub Desktop.
Save yilee/5019587 to your computer and use it in GitHub Desktop.
Xcode4 optimized .gitignore
# Exclude the build directory
build/*
# Exclude temp nibs and swap files
*~.nib
*.swp
# Exclude OS X folder attributes
.DS_Store
# Exclude user-specific XCode 3 and 4 files
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
xcuserdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment