From 3b8a31b288b36cbb01af7769bae16425b9ee81c1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 28 Oct 2018 02:57:24 +0200 Subject: [PATCH] exclude CI files --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cb6931bb..44dc5d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/danburkert/memmap-rs" documentation = "https://docs.rs/memmap" description = "Cross-platform Rust API for memory-mapped file IO" keywords = ["mmap", "memory-map", "io", "file"] +exclude = ["/ci/*", "/.appveyor.yml", "/.travis.yml"] [badges] travis-ci = { repository = "danburkert/memmap-rs" }