From 9cb5cad656c19081ec71a55c54f6acf005d5c56f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 6 Dec 2015 14:41:55 -0800 Subject: [PATCH] Minimize stuff stored in package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a8ccd875..6b85b1a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://sfackler.github.io/rust-postgres/doc/v0.10.2/postgres" readme = "README.md" keywords = ["database", "sql"] build = "build.rs" +exclude = [".travis.yml", ".gitignore", ".travis/*", "benches/*", "tests/*"] [lib] name = "postgres"