public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH storage] gitignore: add build artifacts to .gitignore
@ 2026-04-16 15:24 Lukas Sichert
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2026-04-16 15:24 UTC | newest]

Thread overview: (only message) (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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal