mercurial/helptext/hgignore.txt
branchstable
changeset 44955 b77d5b568496
parent 43632 2e017696181f
equal deleted inserted replaced
44954:affe0fb42250 44955:b77d5b568496
    93   *~
    93   *~
    94 
    94 
    95   # switch to regexp syntax.
    95   # switch to regexp syntax.
    96   syntax: regexp
    96   syntax: regexp
    97   ^\.pc/
    97   ^\.pc/
       
    98 
       
    99 Debugging
       
   100 =========
       
   101 
       
   102 Use the ``debugignore`` command to see if and why a file is ignored, or to
       
   103 see the combined ignore pattern. See :hg:`help debugignore` for details.