From 7b64b2750bee69dde6e2a7f59bf4b6fae170aa73 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 2 Nov 2018 19:56:55 +0100 Subject: [PATCH] exclude more CI files from crates.io --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f2ed0b0684..b867b61f8b 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]