all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH v2 proxmox-backup 1/2] gitignore: add target/ in sub-directories
@ 2024-03-07 14:23 Stefan Lendl
  2024-03-07 14:23 ` [pbs-devel] [PATCH v2 proxmox-backup 2/2] gitignore: make docs output Stefan Lendl
  2024-03-08  7:02 ` [pbs-devel] applied: [PATCH v2 proxmox-backup 1/2] gitignore: add target/ in sub-directories Thomas Lamprecht
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Lendl @ 2024-03-07 14:23 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Stefan Lendl <s.lendl@proxmox.com>
Reviewed-by: Stefan Hanreich <s.hanreich@proxmox.com>
---

Changes v1 -> v2:
* ignore target/ in all subdirectories

 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 487a953f..3856dcf0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,14 +14,15 @@
 /*.deb
 /*.dsc
 /*.tar*
+/.do-cargo-build
 /Cargo.lock
 /docs/output
 /etc/proxmox-backup-proxy.service
 /etc/proxmox-backup.service
 /proxmox-backup-server-dpkg-contents.txt
-/target
 /www/.lint-incremental
 /www/js/
 __pycache__/
 build/
 local.mak
+target/
-- 
2.43.0





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

end of thread, other threads:[~2024-03-08  7:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07 14:23 [pbs-devel] [PATCH v2 proxmox-backup 1/2] gitignore: add target/ in sub-directories Stefan Lendl
2024-03-07 14:23 ` [pbs-devel] [PATCH v2 proxmox-backup 2/2] gitignore: make docs output Stefan Lendl
2024-03-08  7:03   ` [pbs-devel] applied: " Thomas Lamprecht
2024-03-08  7:02 ` [pbs-devel] applied: [PATCH v2 proxmox-backup 1/2] gitignore: add target/ in sub-directories 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