aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2014-12-23 11:12:16 -0800
committerJosh Rosen <joshrosen@databricks.com>2014-12-23 11:12:16 -0800
commit2823c7f021efd775a14049d6cd0a1f1789a31b6c (patch)
treedfde6183fdb3590a6a497db3472ab0630e656093 /.gitignore
parent0e532ccb2b282ea5f7b818e67d521dc44d94c951 (diff)
downloadspark-2823c7f021efd775a14049d6cd0a1f1789a31b6c.tar.gz
spark-2823c7f021efd775a14049d6cd0a1f1789a31b6c.tar.bz2
spark-2823c7f021efd775a14049d6cd0a1f1789a31b6c.zip
[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 <nicholas.chammas@gmail.com> Closes #3770 from nchammas/ignore-ec2-lib and squashes the following commits: 5c440d3 [Nicholas Chammas] gitignore downloaded EC2 libs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 30b1e12bf1..20095dd973 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