[U-Boot] [PATCH 1/2] doc: Add .gitignore for the Sphinx build output directory
Bin Meng
bmeng.cn at gmail.com
Tue Jul 16 16:39:19 UTC 2019
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 at gmail.com>
---
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 e74fec8..0d20b64 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 0000000..53752db
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1 @@
+output
--
2.7.4
More information about the U-Boot
mailing list