Skip to content

Commit

Permalink
When using facebook-ios-sdk as a submodule, it would be ideal to igno…
Browse files Browse the repository at this point in the history
…re Xcode's xcuserdata. Otherwise we get "facebook-ios-sdk (untracked content)" errors in the submodule.
  • Loading branch information
jverdi committed Nov 19, 2011
1 parent e9df551 commit 7c6144a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ test/UnitTest/build/
*~
*#
.arcconfig
xcuserdata/

1 comment on commit 7c6144a

@guykogus
Copy link

Choose a reason for hiding this comment

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

That's useless. The proper way would be
xcuserdata
That would ensure all Xcode userdata is ignored.

Please sign in to comment.