From 76aab69c05d554189331b21f5972acf3b0307cae Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Sat, 27 Oct 2018 14:14:59 +0100 Subject: [PATCH] Also exclude .gitignore when packaging --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 079568652e2..d24db6386e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ Random number generators and other randomness functionality. keywords = ["random", "rng"] categories = ["algorithms", "no-std"] build = "build.rs" -exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml"] +exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml", ".gitignore"] [badges] travis-ci = { repository = "rust-random/rand" }