Skip to content

Commit 2823c7f

Browse files
nchammasJoshRosen
authored andcommitted
[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 <[email protected]> Closes #3770 from nchammas/ignore-ec2-lib and squashes the following commits: 5c440d3 [Nicholas Chammas] gitignore downloaded EC2 libs
1 parent 0e532cc commit 2823c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dev/create-release/*final
5555
spark-*-bin-*.tgz
5656
unit-tests.log
5757
/lib/
58+
ec2/lib/
5859
rat-results.txt
5960
scalastyle.txt
6061
scalastyle-output.xml

0 commit comments

Comments
 (0)