From: Jay Satiro Date: Thu, 19 Dec 2024 22:52:11 +0000 (-0500) Subject: gitignore: ignore output files created by mk-ca-bundle.pl X-Git-Tag: curl-8_12_0~291 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7be4011c6bfd3afc6161a66702ea73f3c643c57;p=thirdparty%2Fcurl.git 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 --- 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