Skip to content

Commit 7ced88b

Browse files
tsudukimandrewor14
authored andcommitted
[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 <[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
1 parent 9b6de6f commit 7ced88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*.pyc
2-
docs/
2+
docs/_build/
33
pyspark.egg-info
44
build/
55
dist/

0 commit comments

Comments
 (0)