<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Aerialarts &#187; xcode</title>
	<atom:link href="http://aerial.st/tags/xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://aerial.st</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 01:27:51 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/tags/xcode/feed/" />
		<item>
		<title>Gitで無視するファイルを設定する</title>
		<link>http://aerial.st/archive/2010/02/01/gitignore/</link>
		<comments>http://aerial.st/archive/2010/02/01/gitignore/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 15:12:38 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=611</guid>
		<description><![CDATA[gitの操作（addやstatus）で特定のファイルを無視するには、リポジトリのルートディレクトリに.gitignoreファイルを設定すればよい。 ただし以下の点に注意。 .gitignore自体をadd/commitしないと効果は現れない 一度commitしたファイルはあとから無視設定をしても効果がない（一旦リポジトリから削除する必要がある）（gitignoreでハマる） 以下、自分の設定内容をメモっておく。 Xcodeで作成したプロジェクト *.DS_Store profile build/* *.pbxuser *.mode1v3 buildディレクトリ以下の更新内容は無視して構わない（と以前どこかで読んだ）。あとはnib/xib以下にできるバックアップファイルとか、Finderの設定ファイルとか。 Stack Overflowにもいろいろな例があがっている（そこからgistを作った人もいる）。 Rails Railsアプリをgitで管理するときのやり方を参考にするとよさそう。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2010/02/01/gitignore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2010/02/01/gitignore/" />
	</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: aerial.st @ 2012-05-23 02:19:56 -->
