Jeff King <peff@xxxxxxxx> writes: > ... But there is no way to > use the shell wildcard and get the behavior you want (not even a "git > add --really-ignore-my-ignores a.*"). Perhaps you want to run $ git add 'a.*' Notice that the wildcard is protected from the shell. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html