all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH storage] gitignore: add build artifacts to .gitignore
@ 2026-04-16 15:24 Lukas Sichert
  2026-04-19 21:47 ` applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Sichert @ 2026-04-16 15:24 UTC (permalink / raw)
  To: pve-devel; +Cc: Lukas Sichert

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* applied: [PATCH storage] gitignore: add build artifacts to .gitignore
  2026-04-16 15:24 [PATCH storage] gitignore: add build artifacts to .gitignore Lukas Sichert
@ 2026-04-19 21:47 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-04-19 21:47 UTC (permalink / raw)
  To: pve-devel, Lukas Sichert

On Thu, 16 Apr 2026 17:24:04 +0200, Lukas Sichert wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] gitignore: add build artifacts to .gitignore
      commit: a4f99a5f64d1f83c839d3779f2016529efa326ee




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-19 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-16 15:24 [PATCH storage] gitignore: add build artifacts to .gitignore Lukas Sichert
2026-04-19 21:47 ` applied: " Thomas Lamprecht

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal