<!-- Thank you for your contribution --> **Description** <!-- Provide a clear and concise description of the problem. Describe where it appears, when it occurred, and what it affects. --> These globs work in the CODEOWNERS file. ``` Jenkinsfile* @Team Dockerfile* @Team Makefile* @Team ``` This reports as > "make*.sh" does not match any files in repository ``` make*.sh @Team ``` This file does exist `scripts/utilities/makeAll.sh` in the repo. <!-- Provide relevant technical details such as the browser name and version, or the operating system. --> **Expected result** <!-- Describe what you expect to happen. --> **Actual result** <!-- Describe what happens instead. --> **Steps to reproduce** <!-- List the steps to follow to reproduce the bug. Attach any files, links, code samples, or screenshots that could help in investigating the problem. --> **Troubleshooting** <!-- Describe the steps you have already taken to solve the issue. -->