aboutsummaryrefslogtreecommitdiff
path: root/python/.gitignore
diff options
context:
space:
mode:
authorMasayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp>2014-10-14 14:09:39 -0700
committerAndrew Or <andrewor14@gmail.com>2014-10-14 14:09:39 -0700
commit7ced88b0d6b4d90c262f19afa99c02b51c0ea5ea (patch)
treeb50a1153804d8eefc9cbcc4d2c965f545f7f01b1 /python/.gitignore
parent9b6de6fbc00b184d81fc28ac160d03451fad80ec (diff)
downloadspark-7ced88b0d6b4d90c262f19afa99c02b51c0ea5ea.tar.gz
spark-7ced88b0d6b4d90c262f19afa99c02b51c0ea5ea.tar.bz2
spark-7ced88b0d6b4d90c262f19afa99c02b51c0ea5ea.zip
[SPARK-3946] gitignore in /python includes wrong directory
Modified to ignore not the docs/ directory, but only the docs/_build/ which is the output directory of sphinx build. Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #2796 from tsudukim/feature/SPARK-3946 and squashes the following commits: 2bea6a9 [Masayoshi TSUZUKI] [SPARK-3946] gitignore in /python includes wrong directory
Diffstat (limited to 'python/.gitignore')
-rw-r--r--python/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/.gitignore b/python/.gitignore
index 80b361ffbd..52128cf844 100644
--- a/python/.gitignore
+++ b/python/.gitignore
@@ -1,5 +1,5 @@
*.pyc
-docs/
+docs/_build/
pyspark.egg-info
build/
dist/