From 89292ce8188ce63b8c59c52bc590609ccde4f60d Mon Sep 17 00:00:00 2001 From: nl6720 Date: Tue, 31 May 2022 10:05:38 +0300 Subject: .gitignore: ignore *.cer, *.crt, *.key, *.pem and *.img * .cer, .crt, .key and .pem are typical file name extensions for TLS certificates and keys. They are used when codesigning with openssl and should never be commited in the repo. * .img is a generic image file. Such files could be used when repacking an ISO to attach cloud-init CIDATA. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d38ed9b..74a0a52 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,10 @@ archiso-*.tar.gz* work/ out/ *.iso +*.img +*.cer +*.crt +*.key +*.pem user-data meta-data -- cgit v1.2.3-54-g00ecf