From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH] gitignore: add pattern for build packages
Date: Mon, 10 Mar 2025 10:34:49 +0100 [thread overview]
Message-ID: <20250310093449.132894-1-m.sandoval@proxmox.com> (raw)
The following files fit this pattern:
pmg-rs/libpmg-rs-perl-0.7.7/
pmg-rs/libpmg-rs-perl-build-deps_0.7.7_all.deb
pmg-rs/libpmg-rs-perl-build-deps_0.7.7_amd64.buildinfo
pmg-rs/libpmg-rs-perl-build-deps_0.7.7_amd64.changes
pve-rs/libpve-rs-perl-0.9.2/
pve-rs/libpve-rs-perl-dbgsym_0.9.2_amd64.deb
pve-rs/libpve-rs-perl_0.9.2_amd64.buildinfo
pve-rs/libpve-rs-perl_0.9.2_amd64.changes
pve-rs/libpve-rs-perl_0.9.2_amd64.deb
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 635276e..4c74514 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ Cargo.lock
/common-deb
/pve-deb
/pmg-deb
+/pve-rs/libpve-rs-perl*[0-9]*
+/pmg-rs/libpmg-rs-perl*[0-9]*
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next reply other threads:[~2025-03-10 9:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-10 9:34 Maximiliano Sandoval [this message]
2025-03-10 10:19 ` [pve-devel] applied: " Wolfgang Bumiller
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=20250310093449.132894-1-m.sandoval@proxmox.com \
--to=m.sandoval@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.