[pmg-devel] [PATCH pmg-docs 3/4] gitignore: add rules for dpkg build artifacts
Christoph Heiss
c.heiss at proxmox.com
Mon Sep 30 17:25:03 CEST 2024
Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index cc6f722..14bb5e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@
*.tmp
*.epub
*.swp
+*.deb
+*.buildinfo
+*.changes
/#*#
/.pmg-doc-depends
/api-viewer/apidoc.js
@@ -16,3 +19,4 @@
/man8-index-table.adoc
/pmg-doc-generator.mk
/pmg-copyright.adoc
+/pmg-docs-[0-9]*/
--
2.46.0
More information about the pmg-devel
mailing list