mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-10 04:20:06 +00:00
a21c5f3604
`.vscode/` ignores Visual Studio Code user config files `bazel-*` ignores bazel build system symlinks. `out/` ignores the default output directory for Visual Studio generated files.
14 lines
118 B
Plaintext
14 lines
118 B
Plaintext
*.o
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
.vscode/
|
|
tags
|
|
TAGS
|
|
bazel-*
|
|
build/
|
|
Test/localResults/
|
|
External/googletest
|
|
External/spirv-tools
|
|
out/
|