From dc71e47f047604e3a9972fc386a462d03bff72cf Mon Sep 17 00:00:00 2001 From: zsxwing Date: Fri, 8 May 2015 14:06:02 -0700 Subject: [MINOR] Ignore python/lib/pyspark.zip Add `python/lib/pyspark.zip` to `.gitignore`. After merging #5580, `python/lib/pyspark.zip` will be generated when building Spark. Author: zsxwing Closes #6017 from zsxwing/gitignore and squashes the following commits: 39b10c4 [zsxwing] Ignore python/lib/pyspark.zip --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d54d21b802..3624d12269 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit v1.2.3