From: Wolfgang Bumiller <w.bumiller@proxmox.com>
To: Maximiliano Sandoval <m.sandoval@proxmox.com>
Cc: pve-devel@lists.proxmox.com
Subject: [pve-devel] applied: [PATCH] gitignore: add pattern for build packages
Date: Mon, 10 Mar 2025 11:19:03 +0100 [thread overview]
Message-ID: <3opgmgn5qgzauwomev4xyzm5afzuo4dghzbomfjafrcnrgvayf@dimagtswe2wk> (raw)
In-Reply-To: <20250310093449.132894-1-m.sandoval@proxmox.com>
applied, thanks
On Mon, Mar 10, 2025 at 10:34:49AM +0100, Maximiliano Sandoval wrote:
> 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
prev parent reply other threads:[~2025-03-10 10:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-10 9:34 [pve-devel] " Maximiliano Sandoval
2025-03-10 10:19 ` Wolfgang Bumiller [this message]
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=3opgmgn5qgzauwomev4xyzm5afzuo4dghzbomfjafrcnrgvayf@dimagtswe2wk \
--to=w.bumiller@proxmox.com \
--cc=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.