From: Jacob Lifshay Date: Fri, 4 Sep 2020 00:02:37 +0000 (-0700) Subject: exclude output-for-*.json from generated sdists X-Git-Tag: v0.2.0~20 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c9a80753bc33d1bb67db501e97f8977e9e6215b;p=power-instruction-analyzer.git exclude output-for-*.json from generated sdists --- 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 = []