From: Stefan Lendl <s.lendl@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pve-network 1/2] gitignore: build artifacts from sbuild
Date: Tue, 5 Dec 2023 14:18:33 +0100 [thread overview]
Message-ID: <20231205131833.1821519-2-s.lendl@proxmox.com> (raw)
source package *.dsc
build log *.build
tarball *.tar.xz
Signed-off-by: Stefan Lendl <s.lendl@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
next reply other threads:[~2023-12-05 13:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-05 13:18 Stefan Lendl [this message]
2023-12-05 13:18 ` [pve-devel] [PATCH pve-network 2/2] gitignore: sort gitignore Stefan Lendl
2024-03-07 15:17 ` [pve-devel] [PATCH pve-network 1/2] gitignore: build artifacts from sbuild Stefan Lendl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231205131833.1821519-2-s.lendl@proxmox.com \
--to=s.lendl@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.