From ae5be95de68cca25555015d504060f887ae5187c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 26 Oct 2018 19:45:01 +0200 Subject: ci: exclude CI files PR #133 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b9ff700..adcf19b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" categories = ["encoding", "parsing"] keywords = ["byte", "endian", "big-endian", "little-endian", "binary"] license = "Unlicense OR MIT" +exclude = ["/ci/*"] [lib] name = "byteorder" -- cgit v1.2.3