From 23edf955287bbb82c58762429e265897acc8cb81 Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Wed, 21 Aug 2019 14:13:33 +0000 Subject: [PATCH] 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 Commit-Queue: Corentin Wallez --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9c66304c45..c94d9be802 100644 --- a/.gitignore +++ b/.gitignore @@ -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