public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Stefan Lendl <s.lendl@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH v2 proxmox-backup 1/2] gitignore: add target/ in sub-directories
Date: Thu,  7 Mar 2024 15:23:42 +0100	[thread overview]
Message-ID: <20240307142346.238604-3-s.lendl@proxmox.com> (raw)

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





             reply	other threads:[~2024-03-07 14:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07 14:23 Stefan Lendl [this message]
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

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=20240307142346.238604-3-s.lendl@proxmox.com \
    --to=s.lendl@proxmox.com \
    --cc=pbs-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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal