exclude CI files from crates.io
This commit is contained in:
parent
72cdbf9095
commit
793eeacbe5
@ -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