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:
Corentin Wallez 2019-08-21 14:13:33 +00:00 committed by Commit Bot service account
parent ba9f3a8e11
commit 23edf95528
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.pyc *.pyc
# Directories added by gclient sync and the GN build # Directories added by gclient sync and the GN build
.cipd
.gclient .gclient
.gclient_entries .gclient_entries
build build
@ -19,7 +20,6 @@ third_party/markupsafe/
third_party/shaderc/ third_party/shaderc/
third_party/spirv-cross/ third_party/spirv-cross/
third_party/spirv-headers/ third_party/spirv-headers/
third_party/stb/
tools tools
out out