public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files for dpkg build artifacts
@ 2024-09-30 15:25 Christoph Heiss
  2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-api 1/4] gitignore: add rules " Christoph Heiss
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Christoph Heiss @ 2024-09-30 15:25 UTC (permalink / raw)
  To: pmg-devel

As it says on the tin; adds .gitignore rules for the four repos for
ignoring the various files produced during a `make deb` - just a small
dev UX improvement. Same (rules) as we have pretty much elsewhere.

No actual functional changes.

diffstat
========

pmg-api:

Christoph Heiss (1):
  gitignore: add rules for dpkg build artifacts

 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .gitignore

pmg-gui:

Christoph Heiss (1):
  gitignore: add rules for dpkg build artifacts

 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .gitignore

pmg-docs:

Christoph Heiss (1):
  gitignore: add rules for dpkg build artifacts

 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

pmg-log-tracker:

Christoph Heiss (1):
  gitignore: add rules for dpkg build artifacts

 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.46.0



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [pmg-devel] [PATCH pmg-api 1/4] gitignore: add rules for dpkg build artifacts
  2024-09-30 15:25 [pmg-devel] [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files for dpkg build artifacts Christoph Heiss
@ 2024-09-30 15:25 ` Christoph Heiss
  2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-gui 2/4] " Christoph Heiss
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Christoph Heiss @ 2024-09-30 15:25 UTC (permalink / raw)
  To: pmg-devel

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b544e72
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pmg-api-[0-9]*/
+*.deb
+*.buildinfo
+*.changes
-- 
2.46.0



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [pmg-devel] [PATCH pmg-gui 2/4] gitignore: add rules for dpkg build artifacts
  2024-09-30 15:25 [pmg-devel] [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files for dpkg build artifacts Christoph Heiss
  2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-api 1/4] gitignore: add rules " Christoph Heiss
@ 2024-09-30 15:25 ` Christoph Heiss
  2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-docs 3/4] " Christoph Heiss
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Christoph Heiss @ 2024-09-30 15:25 UTC (permalink / raw)
  To: pmg-devel

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3f8fe1f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pmg-gui-[0-9]*/
+*.deb
+*.buildinfo
+*.changes
-- 
2.46.0



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [pmg-devel] [PATCH pmg-docs 3/4] gitignore: add rules for dpkg build artifacts
  2024-09-30 15:25 [pmg-devel] [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files for dpkg build artifacts Christoph Heiss
  2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-api 1/4] gitignore: add rules " Christoph Heiss
  2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-gui 2/4] " Christoph Heiss
@ 2024-09-30 15:25 ` Christoph Heiss
  2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-log-tracker 4/4] " Christoph Heiss
  2024-10-03 15:07 ` [pmg-devel] applied-series: [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files " Stoiko Ivanov
  4 siblings, 0 replies; 6+ messages in thread
From: Christoph Heiss @ 2024-09-30 15:25 UTC (permalink / raw)
  To: pmg-devel

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index cc6f722..14bb5e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@
 *.tmp
 *.epub
 *.swp
+*.deb
+*.buildinfo
+*.changes
 /#*#
 /.pmg-doc-depends
 /api-viewer/apidoc.js
@@ -16,3 +19,4 @@
 /man8-index-table.adoc
 /pmg-doc-generator.mk
 /pmg-copyright.adoc
+/pmg-docs-[0-9]*/
-- 
2.46.0



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [pmg-devel] [PATCH pmg-log-tracker 4/4] gitignore: add rules for dpkg build artifacts
  2024-09-30 15:25 [pmg-devel] [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files for dpkg build artifacts Christoph Heiss
                   ` (2 preceding siblings ...)
  2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-docs 3/4] " Christoph Heiss
@ 2024-09-30 15:25 ` Christoph Heiss
  2024-10-03 15:07 ` [pmg-devel] applied-series: [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files " Stoiko Ivanov
  4 siblings, 0 replies; 6+ messages in thread
From: Christoph Heiss @ 2024-09-30 15:25 UTC (permalink / raw)
  To: pmg-devel

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4fffb2f..67bd290 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,8 @@
 /target
 /Cargo.lock
+/build
+/pmg-log-tracker-[0-9]*
+/rust-pmg-log-tracker_[0-9]*
+*.deb
+*.buildinfo
+*.changes
-- 
2.46.0



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [pmg-devel] applied-series:  [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files for dpkg build artifacts
  2024-09-30 15:25 [pmg-devel] [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files for dpkg build artifacts Christoph Heiss
                   ` (3 preceding siblings ...)
  2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-log-tracker 4/4] " Christoph Heiss
@ 2024-10-03 15:07 ` Stoiko Ivanov
  4 siblings, 0 replies; 6+ messages in thread
From: Stoiko Ivanov @ 2024-10-03 15:07 UTC (permalink / raw)
  To: Christoph Heiss; +Cc: pmg-devel

Thanks for the patches!
applied them, for gui and docs amended with a line to also ignore
artefacts from source-packages.
for api added a separate commit for this and the generated doc-snippets.


On Mon, 30 Sep 2024 17:25:00 +0200
Christoph Heiss <c.heiss@proxmox.com> wrote:

> As it says on the tin; adds .gitignore rules for the four repos for
> ignoring the various files produced during a `make deb` - just a small
> dev UX improvement. Same (rules) as we have pretty much elsewhere.
> 
> No actual functional changes.
> 
> diffstat
> ========
> 
> pmg-api:
> 
> Christoph Heiss (1):
>   gitignore: add rules for dpkg build artifacts
> 
>  .gitignore | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 .gitignore
> 
> pmg-gui:
> 
> Christoph Heiss (1):
>   gitignore: add rules for dpkg build artifacts
> 
>  .gitignore | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 .gitignore
> 
> pmg-docs:
> 
> Christoph Heiss (1):
>   gitignore: add rules for dpkg build artifacts
> 
>  .gitignore | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> pmg-log-tracker:
> 
> Christoph Heiss (1):
>   gitignore: add rules for dpkg build artifacts
> 
>  .gitignore | 6 ++++++
>  1 file changed, 6 insertions(+)
> 



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-03 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-30 15:25 [pmg-devel] [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files for dpkg build artifacts Christoph Heiss
2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-api 1/4] gitignore: add rules " Christoph Heiss
2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-gui 2/4] " Christoph Heiss
2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-docs 3/4] " Christoph Heiss
2024-09-30 15:25 ` [pmg-devel] [PATCH pmg-log-tracker 4/4] " Christoph Heiss
2024-10-03 15:07 ` [pmg-devel] applied-series: [PATCH pmg-{api, gui, docs, log-tracker} 0/4] add .gitignore files " Stoiko Ivanov

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