mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
.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)
This commit is contained in:
parent
da8b6308bd
commit
e1fd043ad7
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -6,7 +6,10 @@
|
|||||||
# For git archive
|
# For git archive
|
||||||
fuzz/corpora/** export-ignore
|
fuzz/corpora/** export-ignore
|
||||||
Configurations/*.norelease.conf 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
|
.* export-ignore
|
||||||
|
.ctags.d !export-ignore
|
||||||
util/mktar.sh export-ignore
|
util/mktar.sh export-ignore
|
||||||
krb5 export-ignore
|
krb5 export-ignore
|
||||||
pyca-cryptography export-ignore
|
pyca-cryptography export-ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user