From bb08be40231c32cbd9f9d1193751352a17896ee3 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sat, 16 Jul 2016 01:11:38 +0100 Subject: [PATCH] .gitignore: Exclude *.pem files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 09b424f..c1345c2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ # The binary. chasquid +# Exclude any .pem files, to prevent accidentally including test keys and +# certificates. +*.pem