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:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2018-10-29 13:58:59 +0300
committerAndrew Gallant <jamslam@gmail.com>2018-10-29 13:58:59 +0300
commit809360416be2a3a2905c425c23cbbcad73de8a5c (patch)
tree5e5f666cd5a34a2104a35e5a69f742eb5a6fe0f8
parente6fe17ca9816e1e57eadd314ae0fca287ae49ebf (diff)
ci: exclude CI files
PR #114
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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" }