add docs/ and package outputs to gitignore

and sort while at it

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-10-12 17:01:56 +02:00
parent f70470c2a9
commit 48199c7138

13
.gitignore vendored
View File

@ -1,6 +1,11 @@
/*.buildinfo
/*.changes
/*.deb
/*.tar.*
/docs/*/synopsis.rst
/docs/_ext/__pycache__
/docs/config/*/config.rst
/docs/output
/proxmox-offline-mirror-[0-9]*/
Cargo.lock
target
/*.deb
/*.changes
/*.buildinfo
/*.tar.*