https://bz.apache.org/bugzilla/show_bug.cgi?id=66405
--- Comment #1 from met...@gmail.com --- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org