build.zig: don't install testdata

This commit is contained in:
Andrew Kelley 2024-01-12 17:51:44 -07:00
parent 7d3a31872e
commit 3f809cbe7d

View File

@ -165,6 +165,8 @@ pub fn build(b: *std.Build) !void {
".xz",
// exclude files from lib/std/tz/
".tzif",
// exclude files from lib/std/tar/testdata
".tar",
// others
"README.md",
},