2016-05-22 1:05 GMT+02:00 Andy Goth:
> What is keep-glob good for?  Does anyone use it in their projects?  Or
> the -keep option to clean?

I use it for protecting the built fossil executable being cleaned. So I
can do ".\fossil.exe clean ...." without the danger that fossil.exe
would clean itself while running. It could also be used to protect
specific files which don't influence the build (such as long log files)
from being cleaned, those files will then typically be in
ignore-glob too. Not used very often, but still .... I prefer to keep it.

Regards,
    Jan Nijtmans
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to