]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
add docs/ and package outputs to gitignore
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Oct 2023 15:01:56 +0000 (17:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Oct 2023 15:09:07 +0000 (17:09 +0200)
and sort while at it

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
.gitignore

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