Skip to content

Commit

Permalink
Also exclude .gitignore when packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Oct 27, 2018
1 parent 3d5c1ac commit 76aab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -13,7 +13,7 @@ Random number generators and other randomness functionality.
keywords = ["random", "rng"]
categories = ["algorithms", "no-std"]
build = "build.rs"
exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml"]
exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml", ".gitignore"]

[badges]
travis-ci = { repository = "rust-random/rand" }
Expand Down

0 comments on commit 76aab69

Please sign in to comment.