Skip to content

Commit

Permalink
Merge #962
Browse files Browse the repository at this point in the history
962: exclude more CI files from crates.io r=asomers a=ignatenkobrain



Co-authored-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
  • Loading branch information
bors[bot] and ignatenkobrain committed Nov 2, 2018
2 parents 5fbdb8a + 7b64b27 commit 50658fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Expand Up @@ -7,8 +7,12 @@ repository = "https://github.com/nix-rust/nix"
license = "MIT"
categories = ["os::unix-apis"]
exclude = [
".gitignore",
".travis.yml"
"/.gitignore",
"/.travis.yml",
"/ci/*",
"/Cross.toml",
"/RELEASE_PROCEDURE.md",
"/bors.toml"
]

[dependencies]
Expand Down

0 comments on commit 50658fd

Please sign in to comment.