Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C898B903F for ; Tue, 23 Dec 2014 19:12:24 +0000 (UTC) Received: (qmail 20965 invoked by uid 500); 23 Dec 2014 19:12:24 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 20944 invoked by uid 500); 23 Dec 2014 19:12:24 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 20935 invoked by uid 99); 23 Dec 2014 19:12:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 19:12:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 67502A35F55; Tue, 23 Dec 2014 19:12:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: joshrosen@apache.org To: commits@spark.apache.org Message-Id: <570f35dfdeee4b40a1aeb6fc261f95ae@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: [SPARK-4890] Ignore downloaded EC2 libs Date: Tue, 23 Dec 2014 19:12:24 +0000 (UTC) Repository: spark Updated Branches: refs/heads/master 0e532ccb2 -> 2823c7f02 [SPARK-4890] Ignore downloaded EC2 libs PR #3737 changed `spark-ec2` to automatically download boto from PyPI. This PR tell git to ignore those downloaded library files. Author: Nicholas Chammas Closes #3770 from nchammas/ignore-ec2-lib and squashes the following commits: 5c440d3 [Nicholas Chammas] gitignore downloaded EC2 libs Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2823c7f0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2823c7f0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2823c7f0 Branch: refs/heads/master Commit: 2823c7f021efd775a14049d6cd0a1f1789a31b6c Parents: 0e532cc Author: Nicholas Chammas Authored: Tue Dec 23 11:12:16 2014 -0800 Committer: Josh Rosen Committed: Tue Dec 23 11:12:16 2014 -0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/2823c7f0/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 30b1e12..20095dd 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ dev/create-release/*final spark-*-bin-*.tgz unit-tests.log /lib/ +ec2/lib/ rat-results.txt scalastyle.txt scalastyle-output.xml --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org