I have a RE checker that says this should work. What am I doing wrong?!?
Example of what I am trying to ignore:
apps/cms/templates/cms/test_bup_DEPRECATED/widgets/page_link.html
And my .hgignore file:
syntax: regexp
^static
.*_DEPRECATED.*
I have tried all sorts of things and no success :(
Another failed attempt:
syntax: glob
_DEPRECATED/*
UPDATE: I edited the .hgignore file to this:
syntax: glob
**_DEPRECATED/**
But hg st still doing this:
$ hg st | grep DEPR
A apps/cms/templates/cms/test_DEPRECATED/base.html
Same result for this:
syntax: glob
_DEPRECATED