diff mbox series

[U-Boot,1/2] doc: Add .gitignore for the Sphinx build output directory

Message ID 1563295160-1194-1-git-send-email-bmeng.cn@gmail.com
State Accepted
Commit 98c0d49c3d52a44fd27648cdb7107632bb5f2600
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/2] doc: Add .gitignore for the Sphinx build output directory | expand

Commit Message

Bin Meng July 16, 2019, 4:39 p.m. UTC
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>
---

 Documentation/.gitignore | 1 -
 doc/.gitignore           | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 doc/.gitignore

Comments

Bin Meng July 23, 2019, 6:19 a.m. UTC | #1
On Wed, Jul 17, 2019 at 12:39 AM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> 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>
> ---
>
>  Documentation/.gitignore | 1 -
>  doc/.gitignore           | 1 +
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  create mode 100644 doc/.gitignore
>

ping?
Tom Rini July 24, 2019, 8:07 p.m. UTC | #2
On Tue, Jul 16, 2019 at 09:39:19AM -0700, Bin Meng wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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