summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2024-04-16 11:48:52 +0200
committerRichard Levitte <levitte@openssl.org>2024-04-17 18:44:48 +0200
commit4a7a7b756abffe0a9926981069792bbc501d7233 (patch)
tree899b3b6abb807f4b612bbd2f0e17158cb7b81b70
parentdf4bc0febdf64e61da9b2a4b2c3bd2c45c081124 (diff)
.ctags.d is previous, include it in our tarballs
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) (cherry picked from commit e1fd043ad7fa865a8ef9160c892b49a098d23c71)
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 6bd7389c8a..acecef0e19 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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