Skip to content

Commit

Permalink
[SPARK-4890] Ignore downloaded EC2 libs
Browse files Browse the repository at this point in the history
PR apache#3737 changed `spark-ec2` to automatically download boto from PyPI. This PR tell git to ignore those downloaded library files.

Author: Nicholas Chammas <[email protected]>

Closes apache#3770 from nchammas/ignore-ec2-lib and squashes the following commits:

5c440d3 [Nicholas Chammas] gitignore downloaded EC2 libs
  • Loading branch information
nchammas authored and JoshRosen committed Dec 23, 2014
1 parent 0e532cc commit 2823c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2823c7f

Please sign in to comment.