Commit a21c5f36 by Ben Clayton

Add new rules to .gitignore

`.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.
parent 309ffa29
...@@ -2,9 +2,12 @@ ...@@ -2,9 +2,12 @@
*.a *.a
*.so *.so
*.exe *.exe
.vscode/
tags tags
TAGS TAGS
bazel-*
build/ build/
Test/localResults/ Test/localResults/
External/googletest External/googletest
External/spirv-tools External/spirv-tools
out/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment