From b7be4011c6bfd3afc6161a66702ea73f3c643c57 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Thu, 19 Dec 2024 17:52:11 -0500 Subject: [PATCH] gitignore: ignore output files created by mk-ca-bundle.pl - Ignore mk-ca-bundle.pl's default output files ca-bundle.crt and certdata.txt. Closes https://github.com/curl/curl/pull/15781 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 55768f6ed1..9823563740 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,8 @@ aclocal.m4 aclocal.m4.bak autom4te.cache buildinfo.txt +ca-bundle.crt +certdata.txt compile config.cache config.guess