Feb 262011
Suggested Mercurial .hgignore settings for XCode projects
Answer:
Save the following lines as .hgignore and put it under the root of your project root directory, Mercurial will ignore them automatically.
^build/*
\.mode1v3
\.pbxuser
\.DS_Store
^\.*