Skip to content

Commit affbea7

Browse files
committed
maint: Update crate excludes
Exclude files not necessary for building or testing the crate.
1 parent db1b19c commit affbea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Supports multithreading."""
2020
keywords = ["matrix", "sgemm", "dgemm"]
2121
categories = ["science"]
2222

23-
exclude = ["docs/*"]
23+
exclude = ["examples/*", "ci/*", ".github/*", "benches/*"]
2424

2525
build = "build.rs"
2626

0 commit comments

Comments
 (0)