mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
0f52e7ef12
Add missing `.cfg` files for GN presubmit. Add missing `recursedeps` in the `DEPS` file. Call `./update_glslang_sources.py` before attempting to build. Add more GN spew to the `.gitignore` file.
21 lines
197 B
Plaintext
21 lines
197 B
Plaintext
*.o
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
.vscode/
|
|
tags
|
|
TAGS
|
|
bazel-*
|
|
build/
|
|
Test/localResults/
|
|
External/googletest
|
|
External/spirv-tools
|
|
out/
|
|
|
|
# GN generated files
|
|
.cipd/
|
|
*.gclient_entries
|
|
third_party/
|
|
buildtools/
|
|
tools/
|