From 00370995cb3ae3e7af7904e4bf647b60928fc36b Mon Sep 17 00:00:00 2001 From: Stefan Lendl Date: Tue, 2 Apr 2024 13:07:42 +0200 Subject: [PATCH] gitignore: build artifacts from sbuild source package *.dsc build log *.build tarball *.tar.xz Signed-off-by: Stefan Lendl Tested-By: Stefan Hanreich --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 60332cc..4694865 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ *.deb +/*.build /*.buildinfo /*.changes +/*.dsc /.vscode/ /libpve-network-perl-[0-9]*/ +/libpve-network-perl_[0-9]*.tar.xz -- 2.39.5