From 7e3d086fe34a6d9048351681533b8b5689f89575 Mon Sep 17 00:00:00 2001 From: Stefan Lendl Date: Fri, 17 Nov 2023 15:40:50 +0100 Subject: [PATCH] gitignore: add build artefacts and temporary intermediate files Signed-off-by: Stefan Lendl [ TL: fix subject and use more specific glob ] Signed-off-by: Thomas Lamprecht --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 36e2dd5..17044d5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,14 @@ *.tmp *.epub *.swp +/#*# +/.pve-doc-depends +/api-viewer/apidoc.js +/asciidoc-pve +/chapter-index-table.adoc +/link-refs.json +/man1-index-table.adoc +/man5-index-table.adoc +/man8-index-table.adoc +/pve-doc-generator.mk +/pve-docs-[0-9]*/ -- 2.39.5