Repository: spark Updated Branches: refs/heads/branch-1.4 62308097b -> ab0caa060
[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 <[email protected]> Closes #6017 from zsxwing/gitignore and squashes the following commits: 39b10c4 [zsxwing] Ignore python/lib/pyspark.zip (cherry picked from commit dc71e47f047604e3a9972fc386a462d03bff72cf) Signed-off-by: Andrew Or <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ab0caa06 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ab0caa06 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ab0caa06 Branch: refs/heads/branch-1.4 Commit: ab0caa06075b326c3a3d5c6ea41bbba254219fb9 Parents: 6230809 Author: zsxwing <[email protected]> Authored: Fri May 8 14:06:02 2015 -0700 Committer: Andrew Or <[email protected]> Committed: Fri May 8 14:06:08 2015 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/ab0caa06/.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: [email protected] For additional commands, e-mail: [email protected]
