[Bug 66405] IndexIgnore should not describe its argument as a shell-style wildcard expression

[email protected]
Newsgroups gmane.comp.apache.documentation
Message-ID <[email protected]/bugzilla/>
https://bz.apache.org/bugzilla/show_bug.cgi?id=66405

--- Comment #1 from [email protected] ---
Also, it could be documented that the filename pattern semantics make it
impossible to ignore hidden filenames without also ignoring '..' (Parent
Directory). At best you can ignore hidden filenames three characters or longer
using the filename pattern

    .??*

To get the desired effect in a shell, you would ignore:

    .[!.]*

and

    ..?*

But as discussed in the original bug report there is no support for bracket
expressions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.