From 6ed4e24ddd77ce3d4201662a0f2161d250bf7422 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 1 Dec 2017 01:28:33 +0000 Subject: [PATCH] Exclude all .gitignore files from all builds. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f60b8c5..c37a12e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ categories = ["cryptography", "no-std"] keywords = ["cryptography", "curve25519", "elliptic", "curve", "ECC"] description = "A low-level cryptographic library for point, group, field, and scalar operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y² = 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19)." exclude = [ + "**/.gitignore", ".gitignore", ".travis.yml", ]