Created
December 6, 2011 02:05
-
-
Save richy486/1436359 to your computer and use it in GitHub Desktop.
ignore xcode and osx files for git
This file contains 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
# System | |
.DS_Store | |
# Xcode | |
*.pbxuser | |
*.mode1v3 | |
*.mode2v3 | |
*.perspectivev3 | |
*.moved-aside | |
project.xcworkspace/ | |
xcuserdata | |
profile | |
build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment