Exclude test-data/ for now...

This commit is contained in:
kennytm 2017-01-27 01:03:48 +08:00
parent c960c09662
commit 596c67cae9

View file

@ -9,7 +9,7 @@ repository = "https://github.com/kennytm/qrcode-rust"
readme = "README.md"
documentation = "http://docs.rs/qrcode"
exclude = [
".travis.yml", ".gitignore", "test-data"
".travis.yml", ".gitignore", "test-data/**"
]
[badges]