* [pbs-devel] [PATCH proxmox-backup] Add build outputs to .gitignore
@ 2023-09-27 13:29 Stefan Lendl
2023-09-27 14:58 ` Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Lendl @ 2023-09-27 13:29 UTC (permalink / raw)
To: pbs-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [pbs-devel] [PATCH proxmox-backup] Add build outputs to .gitignore
2023-09-27 13:29 [pbs-devel] [PATCH proxmox-backup] Add build outputs to .gitignore Stefan Lendl
@ 2023-09-27 14:58 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-09-27 14:58 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Stefan Lendl
Am 27/09/2023 um 15:29 schrieb Stefan Lendl:
> .gitignore | 2 ++
> docs/.gitignore | 1 +
> www/.gitignore | 2 ++
> 3 files changed, 5 insertions(+)
> create mode 100644 docs/.gitignore
> create mode 100644 www/.gitignore
The additions look OK, but as we normally only maintain a single
top-level .gitignore file, add already have some entries for "deeper"
files to get ignore in there, I'd prefer if you add yours also there
(sorted please).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-27 14:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27 13:29 [pbs-devel] [PATCH proxmox-backup] Add build outputs to .gitignore Stefan Lendl
2023-09-27 14:58 ` Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox