Skip to content

Commit 3d5c1ac

Browse files
authored
Merge pull request #635 from ignatenkobrain/patch-1
exclude CI files
2 parents ded3fd8 + bc7e110 commit 3d5c1ac

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 @@ Random number generators and other randomness functionality.
1313
keywords = ["random", "rng"]
1414
categories = ["algorithms", "no-std"]
1515
build = "build.rs"
16+
exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml"]
1617

1718
[badges]
1819
travis-ci = { repository = "rust-random/rand" }

0 commit comments

Comments
 (0)