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]