I have these in the proj/.hgignore
:
syntax: glob
log/*
*~
*.orig
dump/*
*.hgignore
.hgignore
tmp/*
but for some reason, when I do an hg st
or hg com
, the file .hgignore
still shows up to be modified or to be committed. So the .hgignore
cannot be ignored? There might be particulars in my folder that my team didn't want to ignore but I do. So I don't want to commit this file.