* doc/.gitignore (/coreutils.t2p/): Add entry for the build directory left behind after 'make pdf'. While at it, sort the file. --- doc/.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/.gitignore b/doc/.gitignore index 9d0c62163..851e1d9f4 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,3 +1,4 @@ +/.dirstamp /constants.texi /coreutils.aux /coreutils.cp @@ -12,13 +13,13 @@ /coreutils.op /coreutils.pdf /coreutils.pg +/coreutils.t2p/ /coreutils.toc /coreutils.tp /coreutils.vr /fdl.texi /gendocs_template +/gendocs_template_min /parse-datetime.texi /stamp-vti /version.texi -/.dirstamp -/gendocs_template_min -- 2.25.1
