From 30c0909656001e9a74355d737510f19996bc1701 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Fri, 26 Jun 2020 18:05:07 +0000 Subject: [PATCH] .gitignore: Add .pem files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 546b856..b680add 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ subprojects .clang_complete .ycm_extra_conf.py perf.* +*.pem