glslang/.gitignore
Juan Ramos 4aa56496d6 git: Ignore CMakeUserPresets.json
CMakeUserPresets.json can be useful for developers and is not
meant to be checked in.
2023-07-24 18:43:25 -06:00

26 lines
252 B
Plaintext

*.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
._*