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
>
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
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
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
4 matches
Mail list logo