git » chasquid » commit bb08be4

.gitignore: Exclude *.pem files

author Alberto Bertogli
2016-07-16 00:11:38 UTC
committer Alberto Bertogli
2016-07-16 11:33:50 UTC
parent 9015e97ae19a23919f9e149da22cb2edf146e6ca

.gitignore: Exclude *.pem files

.gitignore +3 -0

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