Skip to content

Commit d118cc8

Browse files
committed
Remove unnecessary files
1 parent 14eb45c commit d118cc8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libmimalloc-sys/Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ categories = ["memory-management", "api-bindings"]
99
description = "Sys crate wrapping the mimalloc allocator"
1010
license = "MIT"
1111
links = "mimalloc"
12+
exclude = [
13+
"/c_src/mimalloc/bin",
14+
"/c_src/mimalloc/cmake",
15+
"/c_src/mimalloc/doc",
16+
"/c_src/mimalloc/docs",
17+
"/c_src/mimalloc/ide",
18+
"/c_src/mimalloc/test",
19+
]
1220

1321
[dependencies]
1422
cty = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)