Skip to content

Commit 76aab69

Browse files
committed
Also exclude .gitignore when packaging
1 parent 3d5c1ac commit 76aab69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +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"]
16+
exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml", ".gitignore"]
1717

1818
[badges]
1919
travis-ci = { repository = "rust-random/rand" }

0 commit comments

Comments
 (0)