From 95e7c545a9d6ab968d9fb2e8bb39053d76680b4f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 18 Jan 2018 14:30:49 -0800 Subject: [PATCH] Move standard tar ignores to .gitattributes so `git archive` works Change-Id: Ib12a21827d85f781030309cf400f3207c8bbd8dd --- .gitattributes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f230c60f7e..b306f36886 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,12 @@ *.sh eol=lf *.icc binary *.webp binary -*.mp3 binary \ No newline at end of file +*.mp3 binary +*~ export-ignore +#*# export-ignore +.* export-ignore +package.jso export-ignore +README.mediawik export-ignore +Gemfile* export-ignore +vendor/pear/net_smtp/README.rst export-ignore + -- 2.20.1