Auto merge of #1107 - ignatenkobrain:patch-1, r=alexcrichton

exclude CI files from crates.io
This commit is contained in:
bors 2018-10-27 21:42:59 +00:00
commit 17f7b559cb
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ A library for types and bindings to native C functions often found in libc or
other common platform libraries.
"""
build = "build.rs"
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
[badges]
travis-ci = { repository = "rust-lang/libc" }