The current .gitignore only ignores the old "trash directory" and not the new "trash directory.[test]". This ignores both forms. Signed-off-by: Marcus Griep <marcus@xxxxxxxx> --- t/.gitignore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/.gitignore b/t/.gitignore index b27e280..7dcbb23 100644 --- a/t/.gitignore +++ b/t/.gitignore @@ -1,2 +1,2 @@ -/trash directory +/trash directory* /test-results -- 1.6.0.rc3.286.gd4df -- 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