Skip to content

Commit dcb0ea7

Browse files
authored
Exclude ci scripts from the published package (#272)
During a dependency review I noticed that the openssl-src package includes ci scripts in the published crate on crates.io. These scripts are not required for building the crate and also they are not usfull outside of the CI setup you use. This commit excludes CI scripts from the published package.
1 parent 0a662b6 commit dcb0ea7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ exclude = [
2727
# The current upload size limit for *.crate files is 10MB. Therefore, exclude
2828
# some unused documentation to meet this constraint.
2929
'openssl/doc/man{3,5,7}',
30+
'.github',
31+
'ci',
32+
'.gitignore',
33+
'.gitmodules',
34+
'openssl/.ctags.d/',
35+
'openssl/.git-blame-ignore-revs',
36+
'openssl/.gitattributes',
3037
]
3138

3239
[features]

0 commit comments

Comments
 (0)