From b8bdc069fd79bf68bb54ddabe28210704c076237 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 1 May 2019 13:32:43 -0400 Subject: cleanup: remove unused files from the old days --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 89e1bd0..2db342b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +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"] +exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"] [badges] travis-ci = { repository = "BurntSushi/walkdir" } -- cgit v1.2.3