version-controlmercurialhgignore

How can I ignore everything under a folder in Mercurial


I am looking for an expression for the .hgignore file, to ignore all files beneath a specified folder.

eg: I would like to ignore all files and folders beneath bin

Actually any advice on how the expressions are formed would be great


Solution

  • Alternately:

    syntax: glob
    bin/**