Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
939
41
Tokyo, Japan
I use a general .gitignore file to avoid useless files, but I am not sure how to ignore some files relevant to project itself in iOS6, there is no such files before iOS6, does anyone help me?
 
Here is my .gitignore file
Code:
# hidden/temp files
.DS_Store
*.swp
*~.nib
*.a
*.old
*.new
*.md
 
# Build dir
build/
 
# Subversion dir
.svn/

# Xcode project files except for the project file
*.xcodeproj/*
*.xcodeproj/*/
!*.xcodeproj/project.pbxproj
 
# Windows image thumbnail file
Thumbs.db
 
# User-specific project settings
*.mode1v3
*.mode2v3
and here is what I found files about Xcode project:
 

Attachments

  • Screen Shot 2013-01-07 at 19.05.07.jpg
    Screen Shot 2013-01-07 at 19.05.07.jpg
    25.3 KB · Views: 119
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.