How can ask Mercurial to warn me before I add files which would otherwise be ignored?
For example, something like:
$ hg add foo.o
warning: adding ignored file foo.o
There seems to have been a patch submitted to the mailing list: http://www.selenic.com/pipermail/mercurial-devel/2008-February/004993.html
But I can't find any further references to it.