ignore zig glue in test platforms

This commit is contained in:
Luke Boswell 2024-09-29 14:36:04 +10:00
parent 760af4a04e
commit bf325bfafc
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0

3
.gitignore vendored
View file

@ -119,3 +119,6 @@ crates/glue/tests/fixtures/*/build.rs
crates/glue/tests/fixtures/*/host.c
crates/glue/tests/fixtures/*/src/main.rs
crates/glue/tests/fixtures/*/test_glue/
# ignore the zig glue files copied into test platforms
**/*platform/glue/*