diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-16 09:39:19 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 14:15:37 -0400 |
commit | 98c0d49c3d52a44fd27648cdb7107632bb5f2600 (patch) | |
tree | e80b072e3f4a3c52f5ca207e56bbb7543f0664e0 /doc | |
parent | 60ca969a7a1cbab6e43c5f97ffe99a9630257d08 (diff) | |
download | u-boot-98c0d49c3d52a44fd27648cdb7107632bb5f2600.zip u-boot-98c0d49c3d52a44fd27648cdb7107632bb5f2600.tar.gz u-boot-98c0d49c3d52a44fd27648cdb7107632bb5f2600.tar.bz2 |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..53752db --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +output |