summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgbkn <anandrambkn@gmail.com>2024-03-15 09:52:10 +0530
committerTomas Mraz <tomas@openssl.org>2024-04-04 08:52:52 +0200
commit13643c3e9d43676cd7b26e8ff9821e10f51f077e (patch)
tree778dee09d23130902da5f57d259d75008167308b
parent6a2202706bf8af83abbf1130fe49af1b063800a6 (diff)
Backport .gitignore Changes from master
CLA: trivial Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23849)
-rw-r--r--.gitignore9
1 files changed, 8 insertions, 1 deletions
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