Skip to content

Commit

Permalink
[SPARK-3946] gitignore in /python includes wrong directory
Browse files Browse the repository at this point in the history
Modified to ignore not the docs/ directory, but only the docs/_build/ which is the output directory of sphinx build.

Author: Masayoshi TSUZUKI <[email protected]>

Closes apache#2796 from tsudukim/feature/SPARK-3946 and squashes the following commits:

2bea6a9 [Masayoshi TSUZUKI] [SPARK-3946] gitignore in /python includes wrong directory
  • Loading branch information
tsudukim authored and andrewor14 committed Oct 14, 2014
1 parent 9b6de6f commit 7ced88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.pyc
docs/
docs/_build/
pyspark.egg-info
build/
dist/

0 comments on commit 7ced88b

Please sign in to comment.