Skip to content

Commit

Permalink
updated git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusHardie committed Jun 13, 2013
1 parent 96f0205 commit 3522dd9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -17,3 +17,4 @@ profile
*.0
*.1
.DS_Store
DerivedData
Binary file not shown.
Expand Up @@ -2,6 +2,14 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataCustomLocation</key>
<string>DerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>WorkspaceRelativePath</string>
<key>IDEWorkspaceUserSettings_BuildLocationStyle</key>
<integer>0</integer>
<key>IDEWorkspaceUserSettings_BuildSubfolderNameStyle</key>
Expand All @@ -16,5 +24,13 @@
<true/>
<key>IDEWorkspaceUserSettings_SnapshotLocationStyle</key>
<integer>0</integer>
<key>IssueFilterStyle</key>
<string>ShowActiveSchemeOnly</string>
<key>LiveSourceIssuesEnabled</key>
<true/>
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
<true/>
<key>SnapshotLocationStyle</key>
<string>Default</string>
</dict>
</plist>

0 comments on commit 3522dd9

Please sign in to comment.