]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - .gitattributes
Reduce optimization in hppa builds
[thirdparty/openssl.git] / .gitattributes
index e2558331ac45ca2c088acd2799eaba7dc86fdc7a..acecef0e19e4e33c611970292a438bdef8f6e8a3 100644 (file)
@@ -1,3 +1,4 @@
+*.bin binary
 *.der binary
 /fuzz/corpora/** binary
 *.pfx binary
@@ -5,9 +6,12 @@
 # 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
-boringssl                               export-ignore
 krb5                                    export-ignore
 pyca-cryptography                       export-ignore
 dev                                     export-ignore
+gost-engine                             export-ignore