Am 10/13/2011 12:49, schrieb Gioele Barabucci: > I see that `/*/` in `.gitignores` successfully ignores all the non-hidden > directories in the root project directory. Another accidental success? :) No, that's by design. The first slash means "apply only in this directory, not any subdirectories", and the slash at the end means "match only if the name is a directory". -- Hannes -- 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