On 15/01/2025 12:01 pm, Yann Dirson wrote: > Signed-off-by: Yann Dirson <yann.dir...@vates.tech> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 25484a8fd8..404590c36a 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -62,6 +62,7 @@ docs/man5/ > docs/man7/ > docs/man8/ > docs/pdf/ > +docs/sphinx/ > docs/txt/ > extras/ > install/*
Thanks, although we're transitioning to per-dir .gitignore files. Can this move into docs/.gitignore and become sphinx/ as the pattern? If you fancy fixing all of them, that would be excellent too. See c/s 0a15b7695bd983f "tools/ocaml: Rationalise .gitignore" as an example. ~Andrew