]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
.ctags.d is previous, include it in our tarballs
authorRichard Levitte <levitte@openssl.org>
Tue, 16 Apr 2024 09:48:52 +0000 (11:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 17 Apr 2024 16:41:59 +0000 (18:41 +0200)
This is a simple change of .gitattributes, so our tarballs continue to
be a reproducible output of a util/mktar.sh (i.e. git archive with no
other funny business).

Fixes #24090

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24156)

.gitattributes

index 6bd7389c8ac39c614e8ffdfd075f2ca8bbb83e6d..acecef0e19e4e33c611970292a438bdef8f6e8a3 100644 (file)
@@ -6,7 +6,10 @@
 # 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