From 4c9a80753bc33d1bb67db501e97f8977e9e6215b Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 3 Sep 2020 17:02:37 -0700 Subject: [PATCH] exclude output-for-*.json from generated sdists --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 36f3a4d..2c6a622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ version = "0.1.0" authors = ["Jacob Lifshay "] edition = "2018" license = "LGPL-2.1-or-later" +exclude = ["output-for-*.json"] [features] native_instrs = [] -- 2.30.2