aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2018-10-26 19:45:01 +0200
committerAndrew Gallant <jamslam@gmail.com>2018-10-26 13:45:01 -0400
commitae5be95de68cca25555015d504060f887ae5187c (patch)
treee10c5ee38de8c6204cb8c0e709830c6e3d43f41a
parentbe4e53a15eae70f0b60a5b48eda104021fccbc99 (diff)
downloadbyteorder-ae5be95de68cca25555015d504060f887ae5187c.tar.gz
ci: exclude CI files
PR #133
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"