From 0f1a1a5f3a95f0d48ac09fb9e8253fafe8339821 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 27 Oct 2018 12:35:11 +0200 Subject: [PATCH] exclude CI files --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ec2747a..a44d500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ description = "Infrastructure for measuring the total runtime size of an object license = "MIT/Apache-2.0" repository = "https://github.com/servo/heapsize" build = "build.rs" +exclude = ["/.travis.yml", "/appveyor.yml"] [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.4", features = ["std", "heapapi"] }