Skip to content

Commit a21c5f3

Browse files
committed
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.
1 parent 309ffa2 commit a21c5f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
*.a
33
*.so
44
*.exe
5+
.vscode/
56
tags
67
TAGS
8+
bazel-*
79
build/
810
Test/localResults/
911
External/googletest
1012
External/spirv-tools
13+
out/

0 commit comments

Comments
 (0)