From 7e6989bc26d87c4f946b359c84fc5b099009cac0 Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Mon, 24 Jan 2022 16:01:31 +0000 Subject: [PATCH] .gitignore: Add thirdparty/benchmark External dependency added when you `gclient sync`. Change-Id: I65303a35f8ac33e3864267b742f619eeacb5a454 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/77941 Commit-Queue: Ben Clayton Auto-Submit: Ben Clayton Kokoro: Ben Clayton Reviewed-by: James Price Commit-Queue: James Price --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 52db664d45..0503afb25a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ lcov.info /third_party/clang-format /third_party/catapult /third_party/cpplint +/third_party/benchmark /third_party/binutils /third_party/glslang /third_party/googletest