From: "Matt Mackall" <mpm at selenic.com> ... >> I root\templates\test\sha1.tt >> >> Do you know why those patterns match these files? > > The default syntax for ignore rules is regular expression, not shell > glob. Thank you all for your help. This was the problem. I added the regexp markers and now it works fine. Octavian