spark-instrumented-optimizer/python/.gitignore
Masayoshi TSUZUKI 7ced88b0d6 [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
2014-10-14 14:09:39 -07:00

6 lines
49 B
Plaintext

*.pyc
docs/_build/
pyspark.egg-info
build/
dist/