From e59ca38c4f1e7debeb547ac304a4592cdb056bbc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 23 Mar 2019 05:01:19 +0100 Subject: [PATCH] [meta] Exclude unneeded files from crates.io (#117) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a5aa49a..0c585bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" keywords = ["watcher", "inotify", "fsevents", "kqueue"] categories = ["command-line-utilities"] license = "Apache-2.0" +exclude = ["/ci/*", "/pkg/*", "/.travis.yml", "/Makefile", "/appveyor.yml"] [badges] appveyor = { repository = "watchexec/watchexec" }