<?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>Peter Hoeg&#187; Uncategorized</title>
	<atom:link href="http://www.hoeg.com/archives/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hoeg.com</link>
	<description>Who gives a blog?</description>
	<lastBuildDate>Thu, 12 Jan 2012 05:19:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>One-liner in Ruby to add empty .gitignore to empty directories</title>
		<link>http://www.hoeg.com/archives/77</link>
		<comments>http://www.hoeg.com/archives/77#comments</comments>
		<pubDate>Wed, 20 Apr 2011 03:09:02 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hoeg.com/?p=77</guid>
		<description><![CDATA[ruby -e 'require "fileutils" ; Dir.glob(["**","**/**"]).each { &#124;f&#124; FileUtils.touch(File.join(f, ".gitignore")) if File.directory?(f) }' I suggest you stick this in a Rakefile for your project.]]></description>
			<content:encoded><![CDATA[<p><code>ruby -e 'require "fileutils" ; Dir.glob(["**","**/**"]).each { |f| FileUtils.touch(File.join(f, ".gitignore")) if File.directory?(f) }'</code></p>
<p>I suggest you stick this in a Rakefile for your project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hoeg.com/archives/77/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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

