From 5bec30616b685f4b0dea254ea149dd352c6ad097 Mon Sep 17 00:00:00 2001 From: rpm-build Date: Fri, 8 Feb 2019 16:19:26 +0100 Subject: [PATCH 2/2] Exclude unnecessary files Signed-off-by: rpm-build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d44080..7168f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "once_cell" version = "0.1.8" authors = ["Aleksey Kladov "] -exclude = ["*.png", "*.svg"] +exclude = ["*.png", "*.svg", "/.travis.yml", "/examples/*", "/Cargo.lock.min"] description = "Single assignment cells and lazy static values without macros." documentation = "https://docs.rs/once_cell" readme = "README.md" -- 2.20.1