Skip to content

Instantly share code, notes, and snippets.

@baldowl
Created April 25, 2010 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baldowl/378312 to your computer and use it in GitHub Desktop.
Save baldowl/378312 to your computer and use it in GitHub Desktop.
Setting up Git for Xcode
# Better to treat them as binary files.
*.pbxproj -crlf -diff -merge
*.pbxuser -crlf -diff -merge
*.xib -crlf -diff -merge
# 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