On 16/02/15 20:24, Martin Jansen wrote:
>> OK I'm working off multiple local copies of the code base so vcsclean is
>> > not usable. I suspect it would wipe the eclipse project files anyway.
> IIRC vcsclean essentially runs `git clean -f -X`. That last parameter is
> important because it instructs git to only remove files that are ignored
> via .gitignore. Your manually created files will stay.

Thanks for that Martin ... turns out hg purge can do the same thing via
hggit plugin ;) Just needed the kick in the right direction.

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to