Skip to content

Commit 50658fd

Browse files
Merge #962
962: exclude more CI files from crates.io r=asomers a=ignatenkobrain Co-authored-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2 parents 5fbdb8a + 7b64b27 commit 50658fd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ repository = "https://github.com/nix-rust/nix"
77
license = "MIT"
88
categories = ["os::unix-apis"]
99
exclude = [
10-
".gitignore",
11-
".travis.yml"
10+
"/.gitignore",
11+
"/.travis.yml",
12+
"/ci/*",
13+
"/Cross.toml",
14+
"/RELEASE_PROCEDURE.md",
15+
"/bors.toml"
1216
]
1317

1418
[dependencies]

0 commit comments

Comments
 (0)