From ba05e2966c05a6835a15204fdc7cedfc4e5757bd Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Thu, 12 Mar 2020 14:41:30 +0100 Subject: [PATCH] Add AUTHORS and .mailmap --- .gitignore | 4 +++- .mailmap | 2 ++ AUTHORS | 8 ++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .mailmap create mode 100644 AUTHORS diff --git a/.gitignore b/.gitignore index 8bc49004..f02eb631 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ # Exclude all hidden files .* -# Except those related to git(lab) +# Except those related to git(lab) and .mailmap !.git* !.gitlab-ci.yml +!.mailmap + diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..d41706ae --- /dev/null +++ b/.mailmap @@ -0,0 +1,2 @@ +Alexander A. Klimov +Jean Flach diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..eb25d6e9 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ +Alexander A. Klimov +Eric Lippmann +Jean Flach +Johannes Meyer +Justin Müller +Markus Frosch +Michael Friedrich +Noah Hilverling