glslang/.gitignore

26 lines
252 B
Plaintext
Raw Normal View History

*.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/
2022-04-17 01:21:41 +00:00
# Random OS stuff
.DS_Store
._*