diff mbox series

[v4,16/18] Remove Texinfo related files from .gitignore and git.orderfile

Message ID 20200309154405.13548-17-peter.maydell@linaro.org
State Superseded
Headers show
Series Convert QAPI doc comments to generate rST instead of texinfo | expand

Commit Message

Peter Maydell March 9, 2020, 3:44 p.m. UTC
We don't use Texinfo any more; we can remove the references to the
.texi source files and the generated output files from our
.gitignore and git.orderfile.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

---
 .gitignore            | 15 ---------------
 scripts/git.orderfile |  1 -
 2 files changed, 16 deletions(-)

-- 
2.20.1

Comments

Richard Henderson March 11, 2020, 6:30 a.m. UTC | #1
On 3/9/20 8:44 AM, Peter Maydell wrote:
> We don't use Texinfo any more; we can remove the references to the

> .texi source files and the generated output files from our

> .gitignore and git.orderfile.

> 

> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

> ---

>  .gitignore            | 15 ---------------

>  scripts/git.orderfile |  1 -

>  2 files changed, 16 deletions(-)


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>



r~
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 0c5af83aa74..920d523f40d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,20 +45,15 @@ 
 /qapi/qapi-visit-*.[ch]
 !/qapi/qapi-visit-core.c
 /qapi/qapi-visit.[ch]
-/qapi/qapi-doc.texi
 /qemu-edid
 /qemu-img
 /qemu-nbd
 /qemu-options.def
-/qemu-options.texi
-/qemu-img-cmds.texi
 /qemu-img-cmds.h
 /qemu-io
 /qemu-ga
 /qemu-bridge-helper
 /qemu-keymap
-/qemu-monitor.texi
-/qemu-monitor-info.texi
 /qemu-version.h
 /qemu-version.h.tmp
 /module_block.h
@@ -82,7 +77,6 @@ 
 *.ky
 *.log
 *.pdf
-*.pod
 *.cps
 *.fns
 *.kys
@@ -124,15 +118,6 @@ 
 /pc-bios/s390-ccw/s390-ccw.elf
 /pc-bios/s390-ccw/s390-ccw.img
 /docs/built
-/docs/interop/qemu-ga-qapi.texi
-/docs/interop/qemu-ga-ref.html
-/docs/interop/qemu-ga-ref.info*
-/docs/interop/qemu-ga-ref.txt
-/docs/interop/qemu-qmp-qapi.texi
-/docs/interop/qemu-qmp-ref.html
-/docs/interop/qemu-qmp-ref.info*
-/docs/interop/qemu-qmp-ref.txt
-/docs/version.texi
 /contrib/vhost-user-gpu/50-qemu-gpu.json
 *.tps
 .stgit-*
diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index 7cf22e0bf54..f69dff07dbc 100644
--- a/scripts/git.orderfile
+++ b/scripts/git.orderfile
@@ -11,7 +11,6 @@ 
 
 # Documentation
 docs/*
-*.texi
 
 # build system
 configure