exclude CI files from crates.io

This commit is contained in:
Igor Gnatenko 2018-10-26 22:48:12 +02:00 committed by GitHub
parent 72cdbf9095
commit 793eeacbe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" }