From: Stefan Lendl <s.lendl@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH v2 proxmox-backup] Add build outputs to .gitignore
Date: Tue, 3 Oct 2023 12:17:31 +0200 [thread overview]
Message-ID: <20231003101731.46806-1-s.lendl@proxmox.com> (raw)
Signed-off-by: Stefan Lendl <s.lendl@proxmox.com>
---
ignoring build outputs
Update v2:
- moved all to root .gitignore
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index eb822f4f..487a953f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,9 +14,14 @@
/*.deb
/*.dsc
/*.tar*
+/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
--
2.41.0
next reply other threads:[~2023-10-03 10:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-03 10:17 Stefan Lendl [this message]
2023-10-03 11:13 ` [pbs-devel] applied: " 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=20231003101731.46806-1-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 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.