projects
/
power-instruction-analyzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27fe269
)
exclude output-for-*.json from generated sdists
author
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 4 Sep 2020 00:02:37 +0000
(17:02 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 4 Sep 2020 00:02:37 +0000
(17:02 -0700)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 36f3a4d4e00cd85566e7e8b0a77f2f360f9f896a..2c6a622c983734aa96e85d2f8358a1a1f2fc2348 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-6,6
+6,7
@@
version = "0.1.0"
authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
edition = "2018"
license = "LGPL-2.1-or-later"
+exclude = ["output-for-*.json"]
[features]
native_instrs = []