Update .gitignore
Gclient now creates a .cipd directory so we ignore it. third_party/stb was removed so we stop ignoring it. BUG= Change-Id: Iad1b9309f32f900cd19f199ba51acafd2b936358 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/10360 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
ba9f3a8e11
commit
23edf95528
|
@ -1,6 +1,7 @@
|
|||
*.pyc
|
||||
|
||||
# Directories added by gclient sync and the GN build
|
||||
.cipd
|
||||
.gclient
|
||||
.gclient_entries
|
||||
build
|
||||
|
@ -19,7 +20,6 @@ third_party/markupsafe/
|
|||
third_party/shaderc/
|
||||
third_party/spirv-cross/
|
||||
third_party/spirv-headers/
|
||||
third_party/stb/
|
||||
tools
|
||||
out
|
||||
|
||||
|
|
Loading…
Reference in New Issue