Commit eb4b20d20631 (add .mailmap for proper git-shortlog output) introduced .mailmap file. It should not be ignored.
Signed-off-by: Masahiro Yamada <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 029520c..34e74a1 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ barebox_default_env* # git files that we don't want to ignore even it they are dot-files # !.gitignore +!.mailmap # # Generated include files -- 1.9.1 _______________________________________________ barebox mailing list [email protected] http://lists.infradead.org/mailman/listinfo/barebox
