Auto merge of #1107 - ignatenkobrain:patch-1, r=alexcrichton
exclude CI files from crates.io
This commit is contained in:
commit
17f7b559cb
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user