From 809360416be2a3a2905c425c23cbbcad73de8a5c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 29 Oct 2018 11:58:59 +0100 Subject: ci: exclude CI files PR #114 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 082afd0..c0cd818 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" keywords = ["directory", "recursive", "walk", "iterator"] categories = ["filesystem"] license = "Unlicense/MIT" +exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/appveyor.yml", "/ctags.rust", "/session.vim"] [badges] travis-ci = { repository = "BurntSushi/walkdir" } -- cgit v1.2.3