From 13643c3e9d43676cd7b26e8ff9821e10f51f077e Mon Sep 17 00:00:00 2001 From: dgbkn Date: Fri, 15 Mar 2024 09:52:10 +0530 Subject: Backport .gitignore Changes from master CLA: trivial Reviewed-by: Tom Cosgrove Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23849) --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68522d40e7..98184721f2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,13 +6,20 @@ /Makefile /MINFO /TABLE -/*.pc /rehash.time /inc.* /makefile.* /out.* /tmp.* /configdata.pm +/builddata.pm +/installdata.pm + +# Exporters +/*.pc +/OpenSSLConfig*.cmake +/exporters/*.pc +/exporters/OpenSSLConfig*.cmake # Links under apps /apps/CA.pl -- cgit v1.2.3