From 139a505f24758d6d71a311da9697330042910048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milio=20Gonzalez?= Date: Sat, 8 Jun 2019 12:14:10 -0700 Subject: [PATCH] add generated cert and private key names to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5c8c6130..4a8cf20a3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ pyrdp_output/ test.bin saved_files/ pyrdp_log/ -bin/_* \ No newline at end of file +bin/_* +cert.cert +private.key