<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: .hgignore for Mac OS X applications</title>
	<atom:link href="http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications/feed" rel="self" type="application/rss+xml" />
	<link>http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications</link>
	<description>The personal weblog of Peter Hosey.</description>
	<pubDate>Sat, 22 Nov 2008 04:17:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-202557</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Wed, 11 Jun 2008 17:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-202557</guid>
		<description>Till: Read Andrew's comment, and use a regex pattern:

syntax: regexp

.*/te?mp/.*</description>
		<content:encoded><![CDATA[<p>Till: Read Andrew's comment, and use a regex pattern:</p>
<p>syntax: regexp</p>
<p>.*/te?mp/.*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Till</title>
		<link>http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-202454</link>
		<dc:creator>Till</dc:creator>
		<pubDate>Tue, 10 Jun 2008 18:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-202454</guid>
		<description>I would like to use only one ignore file: ~/.hgignore. But then again I'd like it to ignore all files that have a tmp or temp soewhere within there path. Any idea how to achieve this?</description>
		<content:encoded><![CDATA[<p>I would like to use only one ignore file: ~/.hgignore. But then again I'd like it to ignore all files that have a tmp or temp soewhere within there path. Any idea how to achieve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-176450</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Sat, 22 Mar 2008 18:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-176450</guid>
		<description>Andrew: Sure, but then each developer has to repeat that process. If you version .hgignore instead, they get its benefits automatically, from the moment they clone your repository.

Of course, this way, you have to do it for each new project. It's a trade-off. I think this way results in less work over the long term.</description>
		<content:encoded><![CDATA[<p>Andrew: Sure, but then each developer has to repeat that process. If you version .hgignore instead, they get its benefits automatically, from the moment they clone your repository.</p>
<p>Of course, this way, you have to do it for each new project. It's a trade-off. I think this way results in less work over the long term.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-176446</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 22 Mar 2008 18:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-176446</guid>
		<description>According to hgrc(5), you can put


[ui]
ignore = ~/.htignore


in your ~/.hgrc, and have this apply to all of your projects automatically.</description>
		<content:encoded><![CDATA[<p>According to hgrc(5), you can put</p>
<p>[ui]<br />
ignore = ~/.htignore</p>
<p>in your ~/.hgrc, and have this apply to all of your projects automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-176068</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Thu, 20 Mar 2008 18:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-176068</guid>
		<description>Mark: Having a .hgignore doesn't prevent you from versioning files that match an ignore pattern. If you have a default.pbxuser that you want to version, go right ahead and do that—nothing's stopping you.

As for .perspectivev3: Yup, you're right. I'm still developing primarily on Tiger, so I forgot about that. I'll update the file and the post with it.</description>
		<content:encoded><![CDATA[<p>Mark: Having a .hgignore doesn't prevent you from versioning files that match an ignore pattern. If you have a default.pbxuser that you want to version, go right ahead and do that—nothing's stopping you.</p>
<p>As for .perspectivev3: Yup, you're right. I'm still developing primarily on Tiger, so I forgot about that. I'll update the file and the post with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Grimes</title>
		<link>http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-176064</link>
		<dc:creator>Mark Grimes</dc:creator>
		<pubDate>Thu, 20 Mar 2008 18:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications#comment-176064</guid>
		<description>I use git, so not sure if syntax is the same but you might want to exclude default.pbxuser from your all inclusive *.pbxuser
Also shouldn't it be *.perspectivev3 these days?</description>
		<content:encoded><![CDATA[<p>I use git, so not sure if syntax is the same but you might want to exclude default.pbxuser from your all inclusive *.pbxuser<br />
Also shouldn't it be *.perspectivev3 these days?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.525 seconds -->
