glslang/.gitignore
Ben Clayton dac38b8fce Add basic GN configurations
This allows glslang to be build standalone using the gn build system.

To build with gn:

```
gclient sync --gclientfile=standalone.gclient
gn gen out/default
cd out/default
ninja
```
2020-10-16 13:15:47 +01:00

16 lines
159 B
Plaintext

*.o
*.a
*.so
*.exe
*.gclient_entries
.vscode/
tags
TAGS
bazel-*
build/
Test/localResults/
External/googletest
External/spirv-tools
out/
third_party/llvm-build