Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / .gitattributes
index 15121c861cceccd5f722d1fa455d359db95c7acc..acecef0e19e4e33c611970292a438bdef8f6e8a3 100644 (file)
@@ -1,3 +1,17 @@
+*.bin binary
 *.der binary
 /fuzz/corpora/** binary
 *.pfx binary
+
+# For git archive
+fuzz/corpora/**                         export-ignore
+Configurations/*.norelease.conf         export-ignore
+# We generally avoid anything with a name starting with a period.
+# However, .ctags.d is precious, so we don't ignore that.
+.*                                      export-ignore
+.ctags.d                                !export-ignore
+util/mktar.sh                           export-ignore
+krb5                                    export-ignore
+pyca-cryptography                       export-ignore
+dev                                     export-ignore
+gost-engine                             export-ignore