Browse Source

doc: Add .gitignore for the Sphinx build output directory

With Sphinx documentation moving from Documentation directory
to doc directory, we missed updating .gitignore for the Sphinx
build output directory.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Bin Meng 4 years ago
parent
commit
98c0d49c3d
2 changed files with 1 additions and 1 deletions
  1. 0 1
      Documentation/.gitignore
  2. 1 0
      doc/.gitignore

+ 0 - 1
Documentation/.gitignore

@@ -1,2 +1 @@
-output
 *.pyc

+ 1 - 0
doc/.gitignore

@@ -0,0 +1 @@
+output