diff options
| author | Stefan Lendl <s.lendl@proxmox.com> | 2024-04-02 13:07:42 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-04-04 16:50:08 +0200 |
| commit | 00370995cb3ae3e7af7904e4bf647b60928fc36b (patch) | |
| tree | ced4b87a38bee0f3a96fcb7886d8765835d1a5c5 /.gitignore | |
| parent | 1b37d31170f8af5a38db37eecf0f3c97870c4288 (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-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ *.deb +/*.build /*.buildinfo /*.changes +/*.dsc /.vscode/ /libpve-network-perl-[0-9]*/ +/libpve-network-perl_[0-9]*.tar.xz |
