Created
April 25, 2010 10:15
-
-
Save baldowl/378312 to your computer and use it in GitHub Desktop.
Setting up Git for 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
# Better to treat them as binary files. | |
*.pbxproj -crlf -diff -merge | |
*.pbxuser -crlf -diff -merge | |
*.xib -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
# Finder's folder settings, backup, etc. | |
.DS_Store | |
*~ | |
# The project's build folder. | |
build/ | |
# Everything in the project's package, but the key files. | |
*.xcodeproj/* | |
!*.xcodeproj/project.pbxproj | |
!*.xcodeproj/*.pbxuser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment