-
Eloy Durán authored
Previously the header pattern was basically doing: `*.{.h}`, which has a dot too much, but just happened to work because we don't actually use `Dir.glob` but implement our own, which apparently isn't 100% similar.dda5160e
Previously the header pattern was basically doing: `*.{.h}`, which has a dot too much,
but just happened to work because we don't actually use `Dir.glob` but implement our
own, which apparently isn't 100% similar.