Skip to content
Snippets Groups Projects
Unverified Commit 89292ce8 authored by nl6720's avatar nl6720
Browse files

.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.
parent 568ed4b2
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,10 @@ archiso-*.tar.gz*
work/
out/
*.iso
*.img
*.cer
*.crt
*.key
*.pem
user-data
meta-data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment