regex - hgignore glob ** not matching correctly -
I have listed the following hgignore files though both times the folders expected to be ignored are not Although somefolder is still listed when I run then so I tired this version (which should ignore everything) Although similar results from running runnign HG condition
order
syntax: globe somefolder / **
hg status
speech Configuration: Globe **
hg status
command
OK, so, I'm not sure what's wrong with your environment, because what you did was what you should do. This works for me:
Santa @ samoyed: / tmp / mockproject $ tree └── somefolder └── subfolder └── ph.txt 2 directory, @ Samoyed 1 file Santa: / tmp / MockProject $ cat .hgignore syntax: globe somefolder / ** santa samoyed @: / tmp / mockproject $ hg status ? .hgignore santa @ samoyed: / tmp / mockproject $
Comments
Post a Comment