[issue1854] .hgignore will not ignore files named like .tmp_vert-tabs.html.24770~

Dean Schulze bugs at mercurial.selenic.com
Mon Oct 5 04:20:35 UTC 2009


New submission from Dean Schulze <dean_w_schulze at yahoo.com>:

I have a directory structure like the following with several files named
.tmp_*~, but .hgignore refuses to ignore them.

A design-3/html/.tmp_index.html.50081~
A design-3/html/.tmp_index.html.60458~
A design-3/html/.tmp_index.html.93078~
A design-3/html/.tmp_vert-tabs.html.24770~
A design-3/html/.tmp_vert-tabs.html.70919~

Here are some of the entries I've tried in .hgignore:

syntax: regexp
.tmp_*~

syntax: regexp
.tmp_*~

syntax: glob
*.tmp_*~

syntax: glob
*.~
syntax: regexp
\.tmp*~$

The last two are straight out of the documentation at 

    http://www.selenic.com/mercurial/hgignore.5.html

None of them work.

----------
messages: 10657
nosy: dwschulze
priority: urgent
status: unread
title: .hgignore will not ignore files named like .tmp_vert-tabs.html.24770~

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue1854>
____________________________________________________



More information about the Mercurial-devel mailing list