Merge pull request #2324 from ben-clayton/gitignore
Add new rules to .gitignore
This commit is contained in:
commit
ba17d8bcf0
3
.gitignore
vendored
3
.gitignore
vendored
@ -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/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user