mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-12 12:36:48 +00:00
gitignore: add package build outputs
.. much like it many other repos. Signed-off-by: Christoph Heiss <c.heiss@proxmox.com> [S.I] add pmg-docs_[0-9]* to catch source-packages Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
276c2ef635
commit
55cbeb7b0e
5
.gitignore
vendored
5
.gitignore
vendored
@ -5,6 +5,9 @@
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.epub
|
*.epub
|
||||||
*.swp
|
*.swp
|
||||||
|
/*.deb
|
||||||
|
/*.changes
|
||||||
|
/*.buildinfo
|
||||||
/#*#
|
/#*#
|
||||||
/.pmg-doc-depends
|
/.pmg-doc-depends
|
||||||
/api-viewer/apidoc.js
|
/api-viewer/apidoc.js
|
||||||
@ -16,3 +19,5 @@
|
|||||||
/man8-index-table.adoc
|
/man8-index-table.adoc
|
||||||
/pmg-doc-generator.mk
|
/pmg-doc-generator.mk
|
||||||
/pmg-copyright.adoc
|
/pmg-copyright.adoc
|
||||||
|
/pmg-docs-[0-9]*/
|
||||||
|
/pmg-docs_[0-9]*
|
||||||
|
Loading…
Reference in New Issue
Block a user