Added minimal c header test

This commit is contained in:
Kai Angulo 2024-06-04 01:22:17 -07:00
parent 00e3feef01
commit 683fa6854f
3 changed files with 178 additions and 12 deletions

7
.gitignore vendored
View file

@ -7,8 +7,6 @@ tags
TAGS
bazel-*
build/
zig-cache/
zig-out/
Test/localResults/
External/googletest
External/spirv-tools
@ -25,3 +23,8 @@ tools/
# Random OS stuff
.DS_Store
._*
# Zig
.zig-cache/
zig-cache/
zig-out/