-
-
Save softwhisper/1826689 to your computer and use it in GitHub Desktop.
Using Xcode with Git, from: http://shanesbrain.net/2008/7/9/using-xcode-with-git and suggestions from http://stackoverflow.com/questions/456403/can-git-be-integrated-with-xcode
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
*.pbxproj -crlf -diff -merge |
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
# xcode noise | |
*.mode1v3 | |
*.pbxuser | |
*.perspective | |
*.perspectivev3 | |
*.pyc | |
*~.nib/ | |
build/* | |
# osx noise | |
.DS_Store | |
profile | |
# include project name to avoid commiting xcuserdata | |
# [PROJECT_NAME].xcodeproj/xcuserdata/* | |
# [PROJECT_NAME].xcodeproj/project.xcworkspace/xcuserdata/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment