From d20287566159505f1c5e84178a9ba330fac6cc48 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 9 Oct 2014 15:19:56 -0400 Subject: [PATCH] Don't git ignore .mailmap and .testr.conf These should have been whitelisted in the prior gitignore change. Change-Id: I21dce6256991c773f7a167f8e15499763db5eb3c --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 398c3da..7aa14ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /.* !.gitignore +!.mailmap +!.testr.conf .*.sw? subunit.log *,cover