[pve-devel] [PATCH pve-network 1/2] gitignore: build artifacts from sbuild

Stefan Lendl s.lendl at proxmox.com
Tue Dec 5 14:18:33 CET 2023


source package *.dsc
build log *.build
tarball *.tar.xz

Signed-off-by: Stefan Lendl <s.lendl at proxmox.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 60332cc..90aa0f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,6 @@
 /*.changes
 /.vscode/
 /libpve-network-perl-[0-9]*/
+/libpve-network-perl_[0-9]*.tar.xz
+/*.build
+/*.dsc
-- 
2.42.0





More information about the pve-devel mailing list