diff --git a/Cargo.toml b/Cargo.toml index 195307e..6a75a1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,9 @@ license = "MIT" description = """ FAT filesystem library. """ +exclude = [ + "resources/*", +] [badges] travis-ci = { repository = "rafalh/rust-fat" }