From 2c913ee0fc57c493d9d393f545d6d5e0bf91824d Mon Sep 17 00:00:00 2001 From: Michael Sweet Date: Wed, 13 Apr 2016 12:28:09 -0400 Subject: [PATCH] Omit extra files from archives. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..292334ea58 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.mailmap export-ignore +tools export-ignore -- 2.47.3