From f079eb402616991d6e25c00fc0e40eef610fe8c7 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Mon, 30 Mar 2020 12:02:22 +0200 Subject: [PATCH] add cacert.pem to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a7f3c2b4d9..15b2e4216f 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,6 @@ yaml-cpp.pc # libusb /3rdparty/libusb_cmake/config.h /3rdparty/libusb_cmake/libusb-1.0.pc + +# ssl certificate +cacert.pem