<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the tar pit &#187; exclude</title>
	<atom:link href="http://blog.goneopen.com/tag/exclude/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.goneopen.com</link>
	<description>Thrashing around in the stickiness of software</description>
	<lastBuildDate>Wed, 25 Aug 2010 10:10:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Git excludes for dotnet</title>
		<link>http://blog.goneopen.com/2009/06/git-excludes-for-dotnet/</link>
		<comments>http://blog.goneopen.com/2009/06/git-excludes-for-dotnet/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 07:01:24 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[dotnet]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://blog.goneopen.com/2009/06/git-excludes-for-dotnet/</guid>
		<description><![CDATA[I am just using github to save a dotnet project for this blog. Of course, this project is on windows and I need to think about my ignores. I know that I am not going to remember this for next time. So I am running GitBash on windows. Ah, that feels nice and familiar. cd [...]]]></description>
			<content:encoded><![CDATA[<p>I am just using github to save a dotnet project for this blog. Of course, this project is on windows and I need to think about my ignores. I know that I am not going to remember this for next time.</p>

<p>So I am running GitBash on windows. Ah, that feels nice and familiar.</p>



<pre>
cd /myproject

$ cat .git/info/exclude
 # git-ls-files --others --exclude-from=.git/info/exclude
 # Lines that start with '#' are comments.
 # For a project mostly in C, the following would be a good set of
 # exclude patterns (uncomment them if you want to use them):
 # *.[oa]
 # *~

$ vi .git/info/exclude

.DS_Store
._*
TestResults
*Resharper*
**.ReSharper**
**\_ReSharper.**
*.bak
*.cache
*.resharperoptions
*.suo
*.user
*.vsprops
*/TestResults
*\bin*
*\obj*
_ReSharper.*

$ git status
 --&gt; now those files are there
</pre>



<p>Of course, that works only for this repository. Sometime I&#8217;ll go and set the global excludes.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.goneopen.com/2009/06/git-excludes-for-dotnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
