From 98c0d49c3d52a44fd27648cdb7107632bb5f2600 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 16 Jul 2019 09:39:19 -0700 Subject: [PATCH] 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 --- Documentation/.gitignore | 1 - doc/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 doc/.gitignore diff --git a/Documentation/.gitignore b/Documentation/.gitignore index e74fec8693..0d20b6487c 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -1,2 +1 @@ -output *.pyc diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000000..53752db253 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +output -- 2.25.1