summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69a3f00f..d108c2c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ documentation = "https://docs.rs/bindgen"
version = "0.21.2"
build = "build.rs"
-exclude = ["tests/headers", "tests/expectations", "bindgen-integration"]
+exclude = ["tests/headers", "tests/expectations", "bindgen-integration", "ci"]
[badges]
travis-ci = { repository = "servo/rust-bindgen" }