Skip to content

Commit

Permalink
[MINOR] Ignore python/lib/pyspark.zip
Browse files Browse the repository at this point in the history
Add `python/lib/pyspark.zip` to `.gitignore`. After merging apache#5580, `python/lib/pyspark.zip` will be generated when building Spark.

Author: zsxwing <zsxwing@gmail.com>

Closes apache#6017 from zsxwing/gitignore and squashes the following commits:

39b10c4 [zsxwing] Ignore python/lib/pyspark.zip
  • Loading branch information
zsxwing authored and jeanlyn committed Jun 12, 2015
1 parent 894fc36 commit 62a9cb0
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 @@ -65,6 +65,7 @@ scalastyle.txt
scalastyle-output.xml
R-unit-tests.log
R/unit-tests.out
python/lib/pyspark.zip

# For Hive
metastore_db/
Expand Down

0 comments on commit 62a9cb0

Please sign in to comment.