Skip to content

Instantly share code, notes, and snippets.

@PaulCapestany
Created July 12, 2011 18:05
Show Gist options
  • Save PaulCapestany/1078561 to your computer and use it in GitHub Desktop.
Save PaulCapestany/1078561 to your computer and use it in GitHub Desktop.
.gitignore file for iPhone apps
#taken mostly from stackoverflow
# Mac OS X
*.DS_Store
# Xcode
*.swp
*~.nib
*.mode1v3
*.mode2v3
.xcodeproj/ !*.xcodeproj/project.pbxproj
xcuserdata
*.xcworkspace/
# Generated files
*.[oa]
*.pyc
build/
@zachwaugh
Copy link

Mine's pretty much the same, this is what I've been using:

.DS_Store
build
*.mode1v3
*.mode2v3
*.swp
*~.nib
*.pbxuser
*.perspective
*.perspectivev3
xcuserdata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment