From 2bb51a9fb0a2543ee4956d47610baea31ac7e0cc Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 3 Jul 2017 11:49:39 +0200 Subject: [PATCH] Added crt and key files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 562414a..742ad5d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ install_manifest.txt Testing compile_commands.json +*.crt +*.key + # executables http_examples https_examples