* [pbs-devel] [PATCH v2 proxmox-backup] Add build outputs to .gitignore
@ 2023-10-03 10:17 Stefan Lendl
2023-10-03 11:13 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Lendl @ 2023-10-03 10:17 UTC (permalink / raw)
To: pbs-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-03 11:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-03 10:17 [pbs-devel] [PATCH v2 proxmox-backup] Add build outputs to .gitignore Stefan Lendl
2023-10-03 11:13 ` [pbs-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox