1
vote
How can I ignore everything under a folder in Mercurial
Both of those will also filter out a directory called cabin, which might not be what you want. If you're filtering top-level, you can use:
^/bin/
For …
