<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Комментарии к записи: Избавление gitа от ненужных файлов в глобальном масштабе</title>
	<atom:link href="http://leonid.shevtsov.me/16-11-2009/izbavlenie-gita-ot-nenuzhnyx-fajlov-v-globalnom-masshtabe/feed/" rel="self" type="application/rss+xml" />
	<link>http://leonid.shevtsov.me/16-11-2009/izbavlenie-gita-ot-nenuzhnyx-fajlov-v-globalnom-masshtabe/</link>
	<description>Ruby, Ruby on Rails, RubyGL и др. ключевые слова</description>
	<lastBuildDate>Wed, 14 Jul 2010 11:09:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Автор: Василий</title>
		<link>http://leonid.shevtsov.me/16-11-2009/izbavlenie-gita-ot-nenuzhnyx-fajlov-v-globalnom-masshtabe/#comment-1468</link>
		<dc:creator>Василий</dc:creator>
		<pubDate>Mon, 16 Nov 2009 15:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://leonid.shevtsov.me/?p=533#comment-1468</guid>
		<description>В Mercurial есть .hgignore

У меня такой:

syntax: regexp

\.orig$
\.orig\..*$
\.chg\..*$
\.rej$
\.conflict\~$

cache(\\&#124;/)(.*?)\.xml
cache(\\&#124;/)(.*?)\.php
cache(\\&#124;/)(.*?)\.ch
cache(\\&#124;/)(.*?)\.gz</description>
		<content:encoded><![CDATA[<p>В Mercurial есть .hgignore</p>
<p>У меня такой:</p>
<p>syntax: regexp</p>
<p>\.orig$<br />
\.orig\..*$<br />
\.chg\..*$<br />
\.rej$<br />
\.conflict\~$</p>
<p>cache(\\|/)(.*?)\.xml<br />
cache(\\|/)(.*?)\.php<br />
cache(\\|/)(.*?)\.ch<br />
cache(\\|/)(.*?)\.gz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
