summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-11-02 20:01:16 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-11-02 20:01:16 +0000
commit50658fd3e5e0ad460c90c9f9b24933ef6be7412b (patch)
tree872f3ca421f3a4522ba7230e82d33ad267ebc3ae
parent5fbdb8a15d30d739dd67641ddd7d6c69483b57e7 (diff)
parent7b64b2750bee69dde6e2a7f59bf4b6fae170aa73 (diff)
downloadnix-50658fd3e5e0ad460c90c9f9b24933ef6be7412b.zip
Merge #962
962: exclude more CI files from crates.io r=asomers a=ignatenkobrain Co-authored-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2ed0b06..b867b61f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,8 +7,12 @@ repository = "https://github.com/nix-rust/nix"
license = "MIT"
categories = ["os::unix-apis"]
exclude = [
- ".gitignore",
- ".travis.yml"
+ "/.gitignore",
+ "/.travis.yml",
+ "/ci/*",
+ "/Cross.toml",
+ "/RELEASE_PROCEDURE.md",
+ "/bors.toml"
]
[dependencies]