Zsh D glob qualifier:

sets the GLOB_DOTS option for the current pattern

∙> echo *git*
zsh: no matches found: *git*

1> echo *git*(D)
.git .gitattributes .github .gitignore

∙>
*****
Written on