Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

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
^\.*

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>