开发者

What files in an Xcode iOS project should I tell Mercurial to ignore?

When programming an iOS application, there are many files Xcode deals with. I've noticed when I'm programming, the .xcodeproj file is always being modified. What I'm wondering is whether or not the .xcodeproj file should be ignored by Mercurial or not. A开发者_StackOverflow中文版lso, are there any other files that should be ignored by Mercurial?


I usually ignore these files:

.DS_Store
*.swp
*~.nib
build/
*.pbxuser
*.perspective
*.perspectivev3
*.project.xcworkspace
*.xcuserdata
*.mode1v3
*.mode2v3
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜