[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
This commit is contained in:
Masayoshi TSUZUKI 2014-10-14 14:09:39 -07:00 committed by Andrew Or
parent 9b6de6fbc0
commit 7ced88b0d6

2
python/.gitignore vendored
View file

@ -1,5 +1,5 @@
*.pyc *.pyc
docs/ docs/_build/
pyspark.egg-info pyspark.egg-info
build/ build/
dist/ dist/