> Le 16 août 2018 à 23:03, Jeffrey R. Carter <jrcar...@acm.org> a écrit :
> 
> On 08/16/2018 06:08 PM, Pascal via Gnoga-list wrote:
>> 
>> I see now what it is:
>> All the above untracked files are probably remain ones from previous version 
>> dev_1.3 before checkout of dev_1.4 (as there were copied by makefiles of 1.3 
>> now in 1.4 it's no more the case).
>> When you did git checkout, these files were not removed.
>> I don't know if specific git options exist to remove them automatically, do 
>> you?
>> Otherwise you have to remove them manually.
> 
> Removing the untracked files allowed "make all" to succeed. I don't know any 
> way
> to have git remove untracked files. It would be useful.

Hello Jeff,

I finally found out "git clean" command in order to remove untracked files from 
the working tree, see:
https://git-scm.com/docs/git-clean

HTH, Pascal.
http://blady.pagesperso-orange.fr




_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to