From e03f4f28d7ceb831fc34fee4f0ddabc1a37d19e1 Mon Sep 17 00:00:00 2001 From: Hu Keping Date: Sun, 28 Jun 2020 09:47:36 +0800 Subject: [PATCH] Add .gitattributes This patch adds a .gitattributes file to specify files that should never end up in a distribution tarball. Signed-off-by: Hu Keping Acked-by: Etienne Carriere --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..62e73fc24e5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# For git archive +.gitignore export-ignore +.gitattributes export-ignore +.travis.yml export-ignore +.github export-ignore +.shippable.yml export-ignore