Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfu committed Dec 31, 2011
1 parent fe59756 commit 5901ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ build/


UserInterfaceState.xcuserstate UserInterfaceState.xcuserstate
/Magical Record.xcodeproj/project.xcworkspace/xcuserdata/saul.xcuserdatad/UserInterfaceState.xcuserstate /Magical Record.xcodeproj/project.xcworkspace/xcuserdata/saul.xcuserdatad/UserInterfaceState.xcuserstate
/Magical Record.xcodeproj/xcuserdata/saul.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist /Magical Record.xcodeproj/xcuserdata/saul.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
/Magical Record.xcodeproj/xcuserdata/gfurman.xcuserdatad

3 comments on commit 5901ad6

@XMLSDK
Copy link

@XMLSDK XMLSDK commented on 5901ad6 Mar 13, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it better to add only one line of xcuserdata to .gitignore?

@casademora
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, this was done by source tree though...I'll have to get in there and clean it up...

@dodikk
Copy link

@dodikk dodikk commented on 5901ad6 Mar 13, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what I usually ignore in my iOS projects, versioned by git.

.svn
build
*.DS_Store
*.mode1v3
*.pbxuser
xcuserdata
*.xcworkspace

Please sign in to comment.