archiso/.gitignore
nl6720 89292ce818
.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.
2022-05-31 10:18:07 +03:00

12 lines
88 B
Text

*~
archiso-*.tar.gz*
work/
out/
*.iso
*.img
*.cer
*.crt
*.key
*.pem
user-data
meta-data