--- clang-sys-1.0.3/Cargo.toml 2020-11-19T10:46:33+00:00 +++ clang-sys-1.0.3/Cargo.toml 2020-11-27T22:43:53.920534+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]