Op 16 aug. 2015 19:45 schreef "Chris Drexler" <ckolum...@ac-drexler.de> het volgende: > I overlooked that those files would not get cleaned up either then :-(.
It is possible to set ignore-glob as you suggest and still do a full clean: just use "fossil clean -x". That's what I use in my repositories. "fossil clean" only removes temporary files, log files and other files like that, not files specified with ignore-glob. "fossil clean" and, "fossil clean -x" are functionally similar to the corresponding GIT commands, if you set ignore-glob as you would set GIT's ".gitignore". It's a choice whether you want to use ignore-glob like that or not. Regards, Jan Nijtmans
_______________________________________________ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev