jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/405214 )
Change subject: Move standard tar ignores to .gitattributes so `git archive` works ...................................................................... Move standard tar ignores to .gitattributes so `git archive` works Change-Id: Ib12a21827d85f781030309cf400f3207c8bbd8dd --- M .gitattributes 1 file changed, 9 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Jforrester: Looks good to me, approved diff --git a/.gitattributes b/.gitattributes index f230c60..b306f36 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 + -- To view, visit https://gerrit.wikimedia.org/r/405214 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib12a21827d85f781030309cf400f3207c8bbd8dd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Chad <[email protected]> Gerrit-Reviewer: Jforrester <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
