Skip to content

Commit c21a52b

Browse files
committed
exclude CI files
Signed-off-by: Igor Gnatenko <[email protected]>
1 parent 067a294 commit c21a52b

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
@@ -12,6 +12,7 @@ readme = "README.md"
1212
keywords = ["parallel", "thread", "concurrency", "join", "performance"]
1313
categories = ["concurrency"]
1414
build = "build.rs"
15+
exclude = ["/ci/*", "/scripts/*", "/.travis.yml", "/appveyor.yml", "/bors.toml"]
1516

1617
[workspace]
1718
members = ["rayon-demo", "rayon-core", "rayon-futures"]

0 commit comments

Comments
 (0)