summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Lendl <s.lendl@proxmox.com>2024-04-02 13:07:42 +0200
committerThomas Lamprecht <t.lamprecht@proxmox.com>2024-04-04 16:50:08 +0200
commit00370995cb3ae3e7af7904e4bf647b60928fc36b (patch)
treeced4b87a38bee0f3a96fcb7886d8765835d1a5c5 /.gitignore
parent1b37d31170f8af5a38db37eecf0f3c97870c4288 (diff)
gitignore: build artifacts from sbuild
source package *.dsc build log *.build tarball *.tar.xz Signed-off-by: Stefan Lendl <s.lendl@proxmox.com> Tested-By: Stefan Hanreich <s.hanreich@proxmox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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