Skip to content

Commit

Permalink
Auto merge of #910 - upsuper:package-include, r=emilio
Browse files Browse the repository at this point in the history
Only include necessary files in package

We now have various files that are unnecessary for package, including the book, the release note template, and even a 1.3MB PNG file!

This change makes us only include the necessary files (source files, build script, and metadata). Using whitelist so that we have fewer items, and it would be harder to regress.
  • Loading branch information
bors-servo authored Aug 13, 2017
2 parents 2996972 + 25ff9dc commit 98d7171
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ documentation = "https://docs.rs/bindgen"
version = "0.29.0"
build = "build.rs"

exclude = [
"bindgen-integration",
"ci",
"tests/**",
"*.orig",
include = [
"Cargo.toml",
"build.rs",
"src/*.rs",
]

[badges]
Expand Down

0 comments on commit 98d7171

Please sign in to comment.