Skip to content

Commit 6c280e2

Browse files
committed
Ignore zig-pkg and fix lwip
1 parent 6b28222 commit 6c280e2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ __pycache__/
77
.zig-cache/
88
boxzer-out
99
microzig-deploy/
10-
zig-cache/
1110
zig-out/
11+
zig-pkg/
1212

1313
*.regz

modules/lwip/build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.{
2-
.name = "lwip",
2+
.name = .lwip,
3+
.fingerprint = 0xe53048a02b7f45e1,
34
.version = "0.1.0",
45
.paths = .{
56
"build.zig",

0 commit comments

Comments
 (0)