From ff45e00849876161af7a30788fed20f3530ecfc9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 31 Oct 2018 11:24:01 +0100 Subject: [PATCH] exclude CI files from crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 44f57e9..672b4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ name = "num-traits" version = "0.2.6" readme = "README.md" build = "build.rs" +exclude = ["/ci/*", "/.travis.yml", "/bors.toml"] [package.metadata.docs.rs] features = ["std"]