From 0c0ed8b60a51b7d07cb1bb9cd04e9f20ef8e8404 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Wed, 23 Jun 2021 11:30:07 -0400 Subject: [PATCH] Exclude more files from package --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index edcac2d..6c1b949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,10 @@ license = "MIT" homepage = "https://github.com/NGnius/libfj" repository = "https://github.com/NGnius/libfj" readme = "README.md" +exclude = [ + "test.sh", + "**/*.out.Techblox" +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html