In macOS I have a file in a directory with the name Icon?, similar to the one in this question.
I would like to add a pattern to exclude this file, however I'm not sure what pattern to use.
**/Icon and **/Icon\r don't work, and I don't want to use **/Icon* as it could potentially ignore other files, for example Icon.png
