commit 3656a5b1eb8cc258077306e04015157caca4d17d from: Omar Polo date: Mon Jan 10 11:16:27 2022 UTC ignore certs, key and config files too commit - dc8c179157a920c5222aa6e241e57f27014aea03 commit + 3656a5b1eb8cc258077306e04015157caca4d17d blob - 24c237eaf92cd5bf99b729025b58fab050d58ded blob + 178e1e164cb23eb79e5ee74b9459392b9c49bf74 --- .gitignore +++ .gitignore @@ -4,6 +4,10 @@ **/*.d **/*.o +**/*.pem +**/*.key +**/*.conf + **/parse.c **/parse.h