You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2014/12/23 20:12:24 UTC

spark git commit: [SPARK-4890] Ignore downloaded EC2 libs

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 <ni...@gmail.com>

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 <ni...@gmail.com>
Authored: Tue Dec 23 11:12:16 2014 -0800
Committer: Josh Rosen <jo...@databricks.com>
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