Skip to content

Commit afd14b0

Browse files
authored
Exclude various files from the cargo package (#144)
Co-authored-by: mexus <[email protected]>
1 parent 09e7982 commit afd14b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ repository = "https://github.com/jamwaffles/ssd1306"
1111
version = "0.5.0"
1212
edition = "2018"
1313

14+
exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ]
15+
1416
[badges]
1517
circle-ci = { repository = "jamwaffles/ssd1306", branch = "master" }
1618

0 commit comments

Comments
 (0)