You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2015/05/08 23:06:05 UTC

spark git commit: [MINOR] Ignore python/lib/pyspark.zip

Repository: spark
Updated Branches:
  refs/heads/master 25889d8d9 -> dc71e47f0


[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 <zs...@gmail.com>

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

39b10c4 [zsxwing] Ignore python/lib/pyspark.zip


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/dc71e47f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/dc71e47f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/dc71e47f

Branch: refs/heads/master
Commit: dc71e47f047604e3a9972fc386a462d03bff72cf
Parents: 25889d8
Author: zsxwing <zs...@gmail.com>
Authored: Fri May 8 14:06:02 2015 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Fri May 8 14:06:02 2015 -0700

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/dc71e47f/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index d54d21b..3624d12 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/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org