From: Stefan Lendl <s.lendl@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup] Add build outputs to .gitignore
Date: Wed, 27 Sep 2023 15:29:31 +0200 [thread overview]
Message-ID: <20230927132930.1990949-2-s.lendl@proxmox.com> (raw)
Signed-off-by: Stefan Lendl <s.lendl@proxmox.com>
---
Notes:
Some common sense ignores
.gitignore | 2 ++
docs/.gitignore | 1 +
www/.gitignore | 2 ++
3 files changed, 5 insertions(+)
create mode 100644 docs/.gitignore
create mode 100644 www/.gitignore
diff --git a/.gitignore b/.gitignore
index eb822f4f..65e0f701 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,5 @@
__pycache__/
build/
local.mak
+/Cargo.lock
+/proxmox-backup-server-dpkg-contents.txt
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 00000000..1f57b975
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1 @@
+/output
diff --git a/www/.gitignore b/www/.gitignore
new file mode 100644
index 00000000..5e513e30
--- /dev/null
+++ b/www/.gitignore
@@ -0,0 +1,2 @@
+/js/
+/.lint-incremental
--
2.41.0
next reply other threads:[~2023-09-27 13:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-27 13:29 Stefan Lendl [this message]
2023-09-27 14:58 ` 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=20230927132930.1990949-2-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.