From ee9bd65af6e7bb337a7f758e46c6bf983d7d2dbf Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 9 Jan 2019 10:38:04 +0100 Subject: [PATCH] Cargo.toml: add more exclude files --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e95cb3c..ad963b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainerror" -version = "0.3.0" +version = "0.3.1" authors = ["Harald Hoyer "] edition = "2018" license = "MIT/Apache-2.0" @@ -11,7 +11,9 @@ description = "Make chaining errors easy." keywords = ["error"] categories = ["rust-patterns"] readme = "README.md" -exclude = [ "booksrc/*", "book.toml", "theme/*", "git-deploy-branch.sh" ] + +exclude = [ ".gitignore", "examples/*", "booksrc/*", "book.toml", + "theme/*", "git-deploy-branch.sh", ".travis.yml" ] [badges] travis-ci = { repository = "haraldh/chainerror" }