Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-05-01 20:32:43 +0300
committerAndrew Gallant <jamslam@gmail.com>2019-05-01 20:32:43 +0300
commitb8bdc069fd79bf68bb54ddabe28210704c076237 (patch)
tree08d99a8fabc84c3ff41de43acb35b6e4b5a03e5d /Cargo.toml
parent4c4fdb2abd5f86be2f35a4f61df3f1a98e580867 (diff)
cleanup: remove unused files from the old days
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }