Created
March 22, 2012 21:14
-
-
Save mluton/2164628 to your computer and use it in GitHub Desktop.
A Git Ignore file for Xcode projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.DS_Store | |
*.swp | |
*~.nib | |
build/ | |
*.pbxuser | |
.xcodeproj/ !*.xcodeproj/project.pbxproj | |
*.xcworkspacedata | |
xcuserdata | |
*.mode1v3 | |
*.mode2v3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment