Skip to content

Commit 17f7b55

Browse files
committed
Auto merge of #1107 - ignatenkobrain:patch-1, r=alexcrichton
exclude CI files from crates.io
2 parents 72cdbf9 + 793eeac commit 17f7b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A library for types and bindings to native C functions often found in libc or
1313
other common platform libraries.
1414
"""
1515
build = "build.rs"
16+
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
1617

1718
[badges]
1819
travis-ci = { repository = "rust-lang/libc" }

0 commit comments

Comments
 (0)