On 02.09.2020 00:02, Elliott Mitchell wrote: > --- a/.gitignore > +++ b/.gitignore > @@ -1,6 +1,5 @@ > .hg > .*.cmd > -.*.tmp
When the shell expands *.tmp, any .*.tmp won't match. Is this different for git? (Probably it is, seeing that we only have *.d and *.d2, but I'd still like to double check.) Jan