<?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>Comments on: git how to: ignoring files in git</title>
	<atom:link href="http://www.pathf.com/blogs/2009/01/git-how-to-ignoring-files-in-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2009/01/git-how-to-ignoring-files-in-git/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Tobias Schmidt</title>
		<link>http://www.pathf.com/blogs/2009/01/git-how-to-ignoring-files-in-git/comment-page-1/#comment-6958</link>
		<dc:creator>Tobias Schmidt</dc:creator>
		<pubDate>Sun, 12 Jul 2009 17:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1354#comment-6958</guid>
		<description>If you want to ignore further changes on a file without changing your repository use this command:

git update-index --assume-unchanged </description>
		<content:encoded><![CDATA[<p>If you want to ignore further changes on a file without changing your repository use this command:</p>
<p>git update-index &#8211;assume-unchanged</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharad Jain</title>
		<link>http://www.pathf.com/blogs/2009/01/git-how-to-ignoring-files-in-git/comment-page-1/#comment-6369</link>
		<dc:creator>Sharad Jain</dc:creator>
		<pubDate>Tue, 28 Apr 2009 16:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1354#comment-6369</guid>
		<description>http://GitReady.com/ is a great resource: Thanks for stopping by and pointing out.</description>
		<content:encoded><![CDATA[<p><a href="http://GitReady.com/" rel="nofollow">http://GitReady.com/</a> is a great resource: Thanks for stopping by and pointing out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greb</title>
		<link>http://www.pathf.com/blogs/2009/01/git-how-to-ignoring-files-in-git/comment-page-1/#comment-6355</link>
		<dc:creator>greb</dc:creator>
		<pubDate>Sun, 26 Apr 2009 06:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1354#comment-6355</guid>
		<description>You’ll need to do git rm --cached  to keep the file in your tree and then ignore it.
From Here : http://www.gitready.com/beginner/2009/01/19/ignoring-files.html</description>
		<content:encoded><![CDATA[<p>You’ll need to do git rm &#8211;cached  to keep the file in your tree and then ignore it.<br />
From Here : <a href="http://www.gitready.com/beginner/2009/01/19/ignoring-files.html" rel="nofollow">http://www.gitready.com/beginner/2009/01/19/ignoring-files.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Petersen</title>
		<link>http://www.pathf.com/blogs/2009/01/git-how-to-ignoring-files-in-git/comment-page-1/#comment-5494</link>
		<dc:creator>Erik Petersen</dc:creator>
		<pubDate>Sat, 10 Jan 2009 15:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1354#comment-5494</guid>
		<description>You solve it by not having production configs in the repository and having Capistrano or whatever deployment system/script you use symlink database.yml to an immutable copy on the server.

That is the convention at least.

Thanks for your article. Git rocks and so does github.</description>
		<content:encoded><![CDATA[<p>You solve it by not having production configs in the repository and having Capistrano or whatever deployment system/script you use symlink database.yml to an immutable copy on the server.</p>
<p>That is the convention at least.</p>
<p>Thanks for your article. Git rocks and so does github.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.pathf.com/blogs/2009/01/git-how-to-ignoring-files-in-git/comment-page-1/#comment-5483</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Sat, 10 Jan 2009 08:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1354#comment-5483</guid>
		<description>Thanks for this round-up; I only knew about the first two options.

Has anyone found .gitignore to be intermittent? I often find I need to remove a file from the repo, delete the entry in .gitignore, return the file to the repo, then add the entry back in to .gitignore - otherwise it just won&#039;t include the file in the list of ignored files. Is this just me or has anyone else seen this?</description>
		<content:encoded><![CDATA[<p>Thanks for this round-up; I only knew about the first two options.</p>
<p>Has anyone found .gitignore to be intermittent? I often find I need to remove a file from the repo, delete the entry in .gitignore, return the file to the repo, then add the entry back in to .gitignore &#8211; otherwise it just won&#8217;t include the file in the list of ignored files. Is this just me or has anyone else seen this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antares Trader</title>
		<link>http://www.pathf.com/blogs/2009/01/git-how-to-ignoring-files-in-git/comment-page-1/#comment-5472</link>
		<dc:creator>Antares Trader</dc:creator>
		<pubDate>Sat, 10 Jan 2009 02:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1354#comment-5472</guid>
		<description>I feel you pain.  I&#039;ve forked a number of libraries where compiled binaries have snuck into the repository.  (Bundled Merb apps prior to 1.06 like merb-book are the worst offenders.)  The developer who owns these file has no reason to remove them they don&#039;t bother him, but I clobber them every time I redeploy.  I then have to meticulously keep them out of my commits because binary changes almost always create merge conflicts.  If you find a solution let me know!</description>
		<content:encoded><![CDATA[<p>I feel you pain.  I&#8217;ve forked a number of libraries where compiled binaries have snuck into the repository.  (Bundled Merb apps prior to 1.06 like merb-book are the worst offenders.)  The developer who owns these file has no reason to remove them they don&#8217;t bother him, but I clobber them every time I redeploy.  I then have to meticulously keep them out of my commits because binary changes almost always create merge conflicts.  If you find a solution let me know!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.250 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-19 00:49:35 -->
