We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d0717 commit ee8551eCopy full SHA for ee8551e
libgit2-sys/Cargo.toml
@@ -8,6 +8,10 @@ repository = "https://github.com/rust-lang/git2-rs"
8
license = "MIT/Apache-2.0"
9
description = "Native bindings to the libgit2 library"
10
exclude = [
11
+ "libgit2/ci/*",
12
+ "libgit2/docs/*",
13
+ "libgit2/examples/*",
14
+ "libgit2/fuzzers/*",
15
"libgit2/tests/*",
16
]
17
edition = "2018"
0 commit comments