From: Lukas Sichert <l.sichert@proxmox.com>
To: pve-devel@lists.proxmox.com
Cc: Lukas Sichert <l.sichert@proxmox.com>
Subject: [PATCH storage] gitignore: add build artifacts to .gitignore
Date: Thu, 16 Apr 2026 17:24:04 +0200 [thread overview]
Message-ID: <20260416152407.70690-1-l.sichert@proxmox.com> (raw)
In contrast to other repositories, the build directory as well as
`.buildinfo` and `.changes` files are currently not ignored by Git.
Add corresponding patterns to `.gitignore` to ignore them.
Signed-off-by: Lukas Sichert <l.sichert@proxmox.com>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index d2ed212..0a409d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
*.deb
*.1.pod
*.1.gz
+/*.buildinfo
+/*.changes
+/libpve-storage-perl-[0-9]*/
--
2.47.3
reply other threads:[~2026-04-16 15:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260416152407.70690-1-l.sichert@proxmox.com \
--to=l.sichert@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox