Merge pull request #2324 from ben-clayton/gitignore

Add new rules to .gitignore
This commit is contained in:
John Kessenich 2020-07-07 04:56:39 -06:00 committed by GitHub
commit ba17d8bcf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -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/