I'm sure this is a dumb question, but what is the syntax to ignore my _Resharper.* directories with Bazaar? I've tried ignoring: \_Resharper*.* ./\_Resharper*.*, **/\_Resharper*.*, plus variations of those on the wildcards. No matter what I do, it continues to pick up the directory.
|
|
|||
|
|
|
You are probably bitten by the wildcard expansion occuring in the shell. Type
|
||
|
|
|
|
You don't need to use backslash there. Just
or
will work. |
||
