--- clang-sys-1.1.1/Cargo.toml 1970-01-01T00:00:00+00:00 +++ clang-sys-1.1.1/Cargo.toml 2021-02-23T14:18:25.463809+00:00 @@ -21,6 +21,7 @@ readme = "README.md" license = "Apache-2.0" repository = "https://github.com/KyleMayes/clang-sys" +exclude = ["/.github/", "/clippy.toml"] [package.metadata.docs.rs] features = ["clang_10_0", "runtime"] [dependencies.glob]