From 61dbd0a724439ec1afdbccda6972f86a1c13403f Mon Sep 17 00:00:00 2001 From: schillinge Date: Fri, 9 Nov 2018 09:55:59 +0100 Subject: [PATCH] Ignore virtual environments when building docker images .mailmap trickery is done with the hope of satisfying author ship mapping scripts. Change-Id: I47ab56335ed981b3f6d507f16823461d793896f9 Signed-off-by: schillinge --- .dockerignore | 1 + .mailmap | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .mailmap diff --git a/.dockerignore b/.dockerignore index a53de12..4e23766 100644 --- a/.dockerignore +++ b/.dockerignore @@ -27,3 +27,4 @@ *.pyc **/*.pyc **/__pycache__ +venv*/ \ No newline at end of file diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..873e4a9 --- /dev/null +++ b/.mailmap @@ -0,0 +1,5 @@ +# First mail is fake and second is unreliable for longer term contact. +# Please use mail@ablu.org for contact. These mails are only mapped to make +# scripts happy. +Erik Schilling + -- 2.17.1