glslang-zig/.gitignore
2024-06-04 01:22:17 -07:00

30 lines
No EOL
290 B
Text

*.o
*.a
*.so
*.exe
.vscode/
tags
TAGS
bazel-*
build/
Test/localResults/
External/googletest
External/spirv-tools
out/
CMakeUserPresets.json
# GN generated files
.cipd/
*.gclient_entries
third_party/
buildtools/
tools/
# Random OS stuff
.DS_Store
._*
# Zig
.zig-cache/
zig-cache/
zig-out/