Don't git ignore .mailmap and .testr.conf

These should have been whitelisted in the prior
gitignore change.

Change-Id: I21dce6256991c773f7a167f8e15499763db5eb3c
This commit is contained in:
Eric Harney 2014-10-09 15:19:56 -04:00
parent f5d090844a
commit d202875661

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
/.* /.*
!.gitignore !.gitignore
!.mailmap
!.testr.conf
.*.sw? .*.sw?
subunit.log subunit.log
*,cover *,cover