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 <[email protected]> wrote: > >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 <[email protected]> wrote: >> 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/' >> >> .gitignore >&& git add *.xcodeproj". >> >> What would be the equivalent in Fossil please? Or equivalent aside, what is >> the >proper solution to this when using Fossil? >> >> Thank you in advance for any help. >> >> Kind regards, >> ^K >> _______________________________________________ >> fossil-users mailing list >> [email protected] >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >_______________________________________________ >fossil-users mailing list >[email protected] >http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

