gitignore: add package build outputs

.. much like it many other repos.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
Christoph Heiss 2024-03-04 14:22:08 +01:00 committed by Thomas Lamprecht
parent 2c462964df
commit f9a0c435e2

3
.gitignore vendored
View File

@ -5,6 +5,9 @@
*.tmp *.tmp
*.epub *.epub
*.swp *.swp
/*.deb
/*.changes
/*.buildinfo
/#*# /#*#
/.pve-doc-depends /.pve-doc-depends
/api-viewer/apidoc.js /api-viewer/apidoc.js