aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2023-05-03 12:29:00 +0200
committerRichard Levitte <levitte@openssl.org>2023-11-15 08:22:29 +0100
commit2ac569a67b9d0980efa2d8061a6a61e0645f37a7 (patch)
treed10a44241363b75c52cdc14c839ae6ee8ff77503 /.gitignore
parentfe487609c17dac049f867f230e09ee090b65e966 (diff)
downloadopenssl-2ac569a67b9d0980efa2d8061a6a61e0645f37a7.tar.gz
Clean up exporters, specifically those we have for pkg-config
The pkg-config exporters were a special hack, all in Configurations/unix-Makefile.tmpl, and this was well and good as long as that was the only main package interface configuration system that we cared about. Things have changed, though, so we move the pkg-config production to be templatable in a more flexible manner. Additional templates for other interface configuration systems can then be added fairly easily. Two variants of the .pc files are produced: - Those in 'exporters/' are installed in the location that 'pkg-config' itself prefers for installed packages. - Those in the top directory are to be used when it's desirable to build directly against an OpenSSL build tree. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20878)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 68522d40e7..97551e937b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,13 +6,18 @@
/Makefile
/MINFO
/TABLE
-/*.pc
/rehash.time
/inc.*
/makefile.*
/out.*
/tmp.*
/configdata.pm
+/builddata.pm
+/installdata.pm
+
+# Exporters
+/*.pc
+/exporters/*.pc
# Links under apps
/apps/CA.pl