Added minimal c header test
This commit is contained in:
parent
00e3feef01
commit
683fa6854f
3 changed files with 178 additions and 12 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue