浏览代码

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 年之前
父节点
当前提交
98c0d49c3d
共有 2 个文件被更改,包括 1 次插入1 次删除
  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