What I mean is, for example in a .gitignore file, *.log means essentialy anything.log. But this isn't regex right? Why not, if it's such common functionality (e.g. also works in bash)? What is this called? What would be the equivalent of this in regex? Thanks for your time :)