From e383eb0dbef419a5945c37afdc982e395b67296a Mon Sep 17 00:00:00 2001 From: Myk Melez Date: Thu, 7 Feb 2019 14:21:34 -0800 Subject: [PATCH] exclude CI config files from package --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 857e656..5301438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,14 @@ documentation = "https://docs.rs/lmdb-rkv" keywords = ["LMDB", "database", "storage-engine", "bindings", "library"] categories = ["database"] +exclude = [ + # Exclude CI config files from package. + "/.appveyor.yml", + "/.travis.yml", + "/azure-pipelines-template.yml", + "/azure-pipelines.yml", +] + [lib] name = "lmdb"