]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - .gitattributes
Reduce optimization in hppa builds
[thirdparty/openssl.git] / .gitattributes
index 1504fc6b892714e1d79aebb5b7af2711218b9bb5..acecef0e19e4e33c611970292a438bdef8f6e8a3 100644 (file)
@@ -1 +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