Created
October 3, 2012 07:49
-
-
Save ishida/3825662 to your computer and use it in GitHub Desktop.
Xcode .gitignore
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
#-------- | |
# 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