]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - .gitignore
Fix race for X509 store found by thread sanitizer
[thirdparty/openssl.git] / .gitignore
index a6b0ab4de9bb0e637e3411f26c39e9e7b68fd0bd..98184721f2285fb94361028f695b64cb08252eb3 100644 (file)
@@ -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
@@ -245,3 +252,7 @@ MAKE0[0-9][0-9][0-9].@@@
 # Windows manifest files
 *.manifest
 doc-nits
+
+# LSP (Language Server Protocol) support
+.cache/
+compile_commands.json