summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2ed0b06..b867b61f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,8 +7,12 @@ repository = "https://github.com/nix-rust/nix"
license = "MIT"
categories = ["os::unix-apis"]
exclude = [
- ".gitignore",
- ".travis.yml"
+ "/.gitignore",
+ "/.travis.yml",
+ "/ci/*",
+ "/Cross.toml",
+ "/RELEASE_PROCEDURE.md",
+ "/bors.toml"
]
[dependencies]