From 3e9f0c03d6863fb265ecca8f38bf45e252622ef5 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Wed, 27 Mar 2024 11:09:19 +0200 Subject: [PATCH] .gitignore: add more ignored files * more tarball matching, * `network-config` used by cloud-init, * anything starting with `codesigning`. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05ae886..4921633 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ *~ -archiso-*.tar.gz* +*.tar +*.tar.* work/ out/ +codesigning* *.iso *.img *.cer @@ -10,4 +12,5 @@ out/ *.pem user-data meta-data +network-config man/version.rst