Re: [fossil-dev] [Q] Update .ignore-glob to include build artifacts on Linux

2015-08-16 Thread Joe Mistachkin
Chris Drexler wrote: So what do you think? Is it OK to add or rather not? I don't think they should be in ignore-glob, no. It would [normally] prevent the extras command from seeing them and the clean command from removing them. -- Joe Mistachkin

Re: [fossil-dev] [Q] Update .ignore-glob to include build artifacts on Linux

2015-08-16 Thread Jan Nijtmans
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.