Created
November 7, 2009 21:03
-
-
Save jherdman/228886 to your computer and use it in GitHub Desktop.
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
## From http://shanesbrain.net/2008/7/9/using-xcode-with-git | |
# Treat stuff in the project folder as binary | |
*.pbxproj -crlf -diff -merge |
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
## From http://shanesbrain.net/2008/7/9/using-xcode-with-git | |
# XCode Noise | |
build/* | |
*.pbxuser | |
*.mode1v3 | |
# OS X Noise | |
.DS_Store | |
profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment