git - What do all the changes to .xuserstate and .xcscheme files represent? -


whenever check in changes os x app xcode 4 projects git, lot of lines of files these changed practically every commit

.../userinterfacestate.xcuserstate | 3927 ++++++++++++++++++++ .../test.xcuserdatad/xcschemes/deployment.xcscheme | 72 + .../test.xcuserdatad/xcschemes/hush.xcscheme | 76 + .../xcschemes/xcschememanagement.plist

is stuff necessary put under version control? changes *.xcuserstate clutter output of git log -p much.

here post describes can safely put in ignore files. looks can safely ignore of them.

here few others posts:
post 2
post 3
post 4


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -