hgignore - Mercurial not ignoring files -
i've tried multiple ways block folder of logs mercurial continues seen hg status
. have other ignore commands being obeyed, folder reason won't ignored. i've tried...
syntax: glob sitename/system/logs
regexp:^sitename/system/logs$
glob:sitename/system/logs
despite of these methods in place continue see following in hg status
m sitename/system/logs/log-2010-11-03.php m sitename/system/logs/log-2010-11-04.php
any ideas on i'm doing wrong?
yes. problem added file. that's why see m
. stop tracking file, , ignore work.
Comments
Post a Comment