regex - hgignore glob ** not matching correctly -


"postproperty" itemprop = "text">

I have listed the following hgignore files though both times the folders expected to be ignored are not runnign HG condition order

  syntax: globe somefolder / **  

Although somefolder is still listed when I run then hg status

so I tired this version (which should ignore everything)

  speech Configuration: Globe **  

Although similar results from running 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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -