Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2022-05-31 10:05:38 +0300
committernl6720 <nl6720@gmail.com>2022-05-31 10:18:07 +0300
commit89292ce8188ce63b8c59c52bc590609ccde4f60d (patch)
treeb6ed549678a26e0e363a561b08f5b14520310e6b
parent568ed4b25c14dc4de01de8641b7f685b2f8ade38 (diff)
.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.
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
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