Re: [fossil-users] Ignoring Apple Xcode user files

2012-12-16 Thread K
ps: I found the following; http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects Xcode sure is a nightmare. ^K on Dec 16, 2012, Dmitry Chestnykh wrote: > >I use the following string for Admin > Settings > ignore-glob: > >*/xcuserdata/*,build/*,*.mode1v3,*.pbxuser,*.orig >

Re: [fossil-users] Ignoring Apple Xcode user files

2012-12-16 Thread K
on Dec 16, 2012, Dmitry Chestnykh wrote: > >I use the following string for Admin > Settings > ignore-glob: > >*/xcuserdata/*,build/*,*.mode1v3,*.pbxuser,*.orig Thank you Dmitry. What are your thoughts on: */xcuserdata/*,build/*,*.mode1v3,*.pbxuser,*.orig,*/DerivedData/* ^K > >-- >Dmitry Ches

Re: [fossil-users] Ignoring Apple Xcode user files

2012-12-16 Thread Dmitry Chestnykh
I use the following string for Admin > Settings > ignore-glob: */xcuserdata/*,build/*,*.mode1v3,*.pbxuser,*.orig -- Dmitry Chestnykh http://www.codingrobots.com On Sun, Dec 16, 2012 at 10:19 PM, K wrote: > Hello, > > Now that I wish to keep my Xcode project configuration 'file' in my repo, > I

[fossil-users] Ignoring Apple Xcode user files

2012-12-16 Thread K
Hello, Now that I wish to keep my Xcode project configuration 'file' in my repo, I've run into some 'fun'. I say 'file' because project.xcodeproj is actually a dir, with both project configuration and user data in it. Apparently the Git workflow to handle this is: "echo 'xcuserdata/' >> .giti