Skip to content

Instantly share code, notes, and snippets.

@SpacyRicochet
Created May 10, 2012 13:34
Show Gist options
  • Save SpacyRicochet/2653024 to your computer and use it in GitHub Desktop.
Save SpacyRicochet/2653024 to your computer and use it in GitHub Desktop.
gitignore for XCode 4
# Exclude OS X specific stuff
*~
.DS_Store
# Exclude XCode build folder
build/
# Exclude XCode temp nibs and swap files
*.swp
*~.nib
# Exclude XCode user-specific folders
xcuserdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment