Skip to content

Instantly share code, notes, and snippets.

@ishida
Created October 3, 2012 07:49
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 ishida/3825662 to your computer and use it in GitHub Desktop.
Save ishida/3825662 to your computer and use it in GitHub Desktop.
Xcode .gitignore
#--------
# xcode noise
build/*
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/default.*
**/*.xcodeproj/*
!**/*.xcodeproj/project.pbxproj
!**/*.xcodeproj/default.*
*.xcworkspace/*
!*.xcworkspace/contents.xcworkspacedata
#--------
# osx noise
.DS_Store
profile
._*
#--------
# old skool
.svn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment